emanuelepaiano / Shapwd

Bash Hash password generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shapwd - bash password generator

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.

Other password tools for developers

Author

Emanuele Paiano (emanuelepaiano.github.io)

About

Bash Hash password generator

License:MIT License


Languages

Language:Shell 100.0%