Home
Softono

Gosgp

Open source Go
11
Stars
4
Forks
1
Issues
1
Watchers
9 months
Last Commit

 About Gosgp

Command line SuperGenPass password generator written in go.

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Gosgp?

We provide expert installation service for this software. Our team will install, configure, and secure Gosgp on your server. plans start at just $30.

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.