Skip to content

dullgiulio/gosgp

 
 

Repository files navigation

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.

About

Command line SuperGenPass password generator written in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%