Scripts used to hash a given password before using it on a server to increase password complexity.
The basic principle is to give a user a local place to input a known password. That password is hashed, resulting in either a short (MD5) or long (sha256) secure password.
20150416- Beginning with the PowerShell hashword checker the v3-dev branch will be worked on; v2-archive exists solely to archive the previous version.
The v3 branch will include:
- Add complexity * Legacy mode to provide backwards compatibility.
- Improved GUI
- Improved Web build (possibly in JavaScript to prevent page update)
- Basic implementation for Android app
The v2.0 (20141010) update includes the following changes:
- Changed algorithms * Short is now MD5 * Long is now SHA256
- New Languages * Python * PHP
- GUI * GUI based on Python version and wxPython