Secure hash password generator for bash
Use: run shapwd (with -c argument for password confirm) and type 'pippo' in prompt (input won't shown)
$ chmod +x shapwd $ ./shapwd -c Secure Hash password generator Password: Retype password: Generating Hash... Hash password is: 426dde3c591d000b4384a326c2ef6ea491b037ed82e6550a99bf81b69d38ddab
You can use 426dde3c591d000b4384a326c2ef6ea491b037ed82e6550a99bf81b69d38ddab (or his substring) as password.
- Angular2+ random password generator (service): https://github.com/emanuelepaiano/angular2-tools/blob/master/password.services.ts
Emanuele Paiano (emanuelepaiano.github.io)