https://github.com/jastbytes/hashpasswordsharp
JHashPassword isn’t just another password-generator. With this tool you’re able to generate safe passwords for online-banking, mailing, online-shopping, … without the need of remember all the passwords. You only have to remember one passphrase you’re free to choose. JHashPassword generates based on this passphrase and the host and login settings unique passwords. You set how the passwords should look like (length, charset,…) and JHashPassword does the rest. All settings are saved in an xml-file and you can exchange this file between the supported platforms (Android, Linux, Windows). The passwords aren’t saved, so that it is not possible to decrypt them by spying on your settings.
https://github.com/jastbytes/hashpasswordsharp
Last synced: about 1 year ago
JSON representation
JHashPassword isn’t just another password-generator. With this tool you’re able to generate safe passwords for online-banking, mailing, online-shopping, … without the need of remember all the passwords. You only have to remember one passphrase you’re free to choose. JHashPassword generates based on this passphrase and the host and login settings unique passwords. You set how the passwords should look like (length, charset,…) and JHashPassword does the rest. All settings are saved in an xml-file and you can exchange this file between the supported platforms (Android, Linux, Windows). The passwords aren’t saved, so that it is not possible to decrypt them by spying on your settings.
- Host: GitHub
- URL: https://github.com/jastbytes/hashpasswordsharp
- Owner: jastBytes
- License: gpl-3.0
- Created: 2014-04-05T08:57:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T08:20:42.000Z (over 7 years ago)
- Last Synced: 2025-04-12T23:52:22.035Z (over 1 year ago)
- Language: C#
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HashPasswordSharp
=================
JHashPassword isn’t just another password-generator. With this tool you’re able to generate safe passwords for online-banking, mailing, online-shopping, … without the need of remember all the passwords. You only have to remember one passphrase you’re free to choose. JHashPassword generates based on this passphrase and the host and login settings unique passwords. You set how the passwords should look like (length, charset,…) and JHashPassword does the rest. All settings are saved in an xml-file and you can exchange this file between the supported platforms (Android, Linux, Windows). The passwords aren’t saved, so that it is not possible to decrypt them by spying on your settings.
This is a C# reimplemenation of the original HashPassword by Jürgen Busch and JHashPassword by me.