gosgp is a command line tool to generate SuperGenPass passwords for a given domain. gosgp won't trim the relevant parts from your URL string, so please only use domains.
$> gosgp -domain=example.com
password: 123
mhn91FJ7Ug
$> gosgp -domain=github.io
password: 123
sGKicH8rFV
-
Mathias Gumz [email protected] (rework, memory-cleanup, etc)
-
Jochen Breuer [email protected] (initial code) note: code posted by Jochen http://paste.dajool.com/p3hfjmoor/zvimni/raw
-
Chris Zarate [email protected] (supergenpass.com)
- gosgp tries to make sure sensitive information is zeroed after use
- gosgp tries to reduce the number of allocations needed
- On systems where memory-locking is not permitted the user might need '-lock=false' in order to use gosgp
- Microsoft Windows: locking memory is not implemented atm.