Skip to main content

Timeline for How to generate a random string?

Current License: CC BY-SA 3.0

8 events
when toggle format what by license comment
Jan 29, 2021 at 16:24 comment added András Aszódi If you don't have (or like) md5pass, a very similar idea also works with openssl: openssl passwd <BLABLA>, where <BLABLA> is an arbitrary string. This command just generates a hash of that string using the crypt algorithm by default. Old-fashioned, no high security, but for quick-and-dirty applications (like temporary accounts) may be acceptable.
Sep 26, 2015 at 16:43 comment added landroni I actually had in mind PasswordMaker, which is also open-source and non-commercial.
Sep 26, 2015 at 13:17 comment added Joke Sr. OK -Yes May sound similar to one maker password, but the difference is that it is not a commercial program or anything, because the set of md5 tools, "md5pass, md5sum, md5sum.textutils" dealt with here are concerned and are available the system at no cost some !!!
S Sep 26, 2015 at 8:49 history suggested landroni CC BY-SA 3.0
improve english, meaning and formatting
Sep 26, 2015 at 8:20 comment added landroni When a salt is being used, this sounds similar to the PasswordMaker approach...
Sep 26, 2015 at 8:19 review Suggested edits
S Sep 26, 2015 at 8:49
Sep 25, 2015 at 19:46 history edited Joke Sr. OK CC BY-SA 3.0
deleted 1 character in body
Sep 25, 2015 at 19:24 history answered Joke Sr. OK CC BY-SA 3.0