GNU/Linux ◆ screen ◆ bash 254 views

Commands

$ read -s pass


$ echo -n “$pass” | iconv -t utf16le | openssl md4

Original URL