Skip to content
/ gosgp Public

Command line SuperGenPass password generator written in go.

License

Notifications You must be signed in to change notification settings

brejoc/gosgp

Repository files navigation

build result

gosgp - golang port of supergenpass.com

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.

Usage

$> gosgp -domain=example.com
password: 123
mhn91FJ7Ug

$> gosgp -domain=github.io
password: 123
sGKicH8rFV

Authors

Notes

  • 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.