Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3767 - dev-java/randomguid-1.2 (new package)
Summary: dev-java/randomguid-1.2 (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-15 15:30 UTC by Maik Schreiber
Modified: 2002-07-08 13:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for dev-java/randomguid-1.2 (randomguid-1.2.ebuild,1.32 KB, text/plain)
2002-06-15 15:31 UTC, Maik Schreiber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maik Schreiber 2002-06-15 15:30:49 UTC
RandomGUID generates truly random GUIDs by using the system's IP address
(name/IP), system time in milliseconds (as an integer), and a very large random
number joined together in a single String that is passed through an MD5 hash. 
The IP address and system time make the MD5 seed globally unique and the random
number guarantees that the generated GUIDs will have no discernable pattern and
cannot be guessed given any number of previously generated GUIDs.

(http://www.javaexchange.com)


Note that this ebuild move the class from the <default> package into the
com.javaexchange package, so as to prevent class lookup failures, such as when
used in conjunction with Tomcat (which has a different <default> package for JSP
files).
Comment 1 Maik Schreiber 2002-06-15 15:31:30 UTC
Created attachment 1541 [details]
ebuild for dev-java/randomguid-1.2