generate random password
mypassword # default: -l 8
mypassword -l 16
mypassword -l 32
generate password by passphrase
mypassword -p
- bash
- sha512sum or shasum
mypasswrod -p
command: (sha512sum or shasum -a 512)
passphrase(1/4):
passphrase(2/4):
passphrase(3/4):
passphrase(4/4):
confirm(1/4):
confirm(2/4):
confirm(3/4):
confirm(4/4):
service: # Enter service name
stretch: # Enter start stretch (show 10 lines)
0: <password>
1: <password>
...
- enter 4 word of passphrase
- confirmation passphrase
- enter service name
- enter start stretch
- then show generated password
- create searvice name hash (with shasum)
- re-hash stretch count
- (int)hash + (int)character for each passphrase
- join result as character
- join 4 word passphrase with
=
-
.
-
=
mypassword is licensed under the MIT license.
Copyright © since 2015 shun.fix9