mrdaliri / hotspot-helper

Bash script for logging in and logging out into captive portals (hotspots).
MIT License
5 stars 1 forks source link

support different hashing algorithms for password #2

Open mrdaliri opened 5 years ago

mrdaliri commented 5 years ago

Related to #1, it would be nice if we support different hashing algorithms, including no hash (plain text) via some optional parameters. (flag)

mrdaliri commented 5 years ago

Since it requires additional libraries to support flags, I has not yet used any flags in the code.

Any solutions which use built-in commands for flags and hashing are welcome.

mrdaliri commented 5 years ago

Note that it should work at least in bash on Debian and macOS.