Articles
Downloads
Manual
News
Projects
Search
Advanced search
Users
Login
Password reset
Wiki
Username:
Password:
makepasswd
Homepage
Members
Timeline
Gallery
Download
Bug reports
Revisions
Revision
Date
Author
Message
1.22
2012/09/26 10:16:18
khorben
Fixed the usage screen
1.21
2012/09/26 10:14:49
khorben
Added a flag to prevent makepasswd from using srand()
1.20
2012/04/23 16:18:59
khorben
Assume the maximum length is at least as many as the minimum
1.19
2012/04/23 16:17:08
khorben
Clarified the usage information
1.18
2012/02/20 03:49:11
khorben
Minor fix to the usage screen
1.17
2011/04/04 22:10:38
khorben
Added an algorithm to enumerate passwords
1.16
2011/01/04 01:58:18
khorben
Avoid warnings on Linux
1.15
2011/01/04 01:54:48
khorben
Warn when blowfish is not supported
1.14
2011/01/04 01:53:04
khorben
Warn when SHA256 or SHA512 are not actually supported
1.13
2011/01/04 01:40:55
khorben
Added support for SHA512 on Linux
1.12
2011/01/04 01:37:18
khorben
Added SHA256 support on Linux
1.11
2011/01/04 01:18:33
khorben
Full rewrite
1.10
2011/01/03 14:32:31
khorben
Hopefully fixed output formatting in bsae64 mode
1.9
2011/01/03 14:26:51
khorben
Zero out the password string before freeing it
1.8
2011/01/03 14:24:28
khorben
More code cleanup
1.7
2011/01/03 14:21:24
khorben
Code cleanup
1.6
2008/10/14 23:54:33
khorben
Existing if fails to read /dev/random
1.5
2008/10/14 23:46:14
khorben
Also seeding with 2 bytes from /dev/random
1.4
2008/05/31 12:39:21
khorben
Slightly improved the seeding function (would still benefit from /dev/urandom)
1.3
2007/06/13 20:54:31
khorben
Properly licensed under the GPL version 2
1.2
2004/06/16 16:31:51
khorben
Buggy base64 support
1.1
2004/05/25 16:26:59
khorben
Initial release