https://github.com/phw/android-pwdhash
A password hash implementation for Android.
https://github.com/phw/android-pwdhash
android android-app java password-hash pwdhash security
Last synced: 11 months ago
JSON representation
A password hash implementation for Android.
- Host: GitHub
- URL: https://github.com/phw/android-pwdhash
- Owner: phw
- License: other
- Created: 2010-12-12T22:52:14.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T11:52:09.000Z (about 3 years ago)
- Last Synced: 2025-03-16T00:34:18.694Z (11 months ago)
- Topics: android, android-app, java, password-hash, pwdhash, security
- Language: Kotlin
- Homepage:
- Size: 955 KB
- Stars: 35
- Watchers: 10
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
Android PwdHash
===============
Description
-----------
Lightweight tool to generate website specific, theft-resistant passwords. Just
use the "Share page" option in the Android browser or open Password Hash
directly. Based upon and compatible with pwdhash.com.
License
-------
Android PwdHash is free software published under a BSD style open source license.
See LICENSE for details.
Translations
------------
You can help translate this project into your language. Please visit the Android PwdHash
localization project on https://translate.uploadedlobster.com/engage/android-pwdhash/
Known Issues
-----------
* Android PwdHash does not allow empty passwords for generating the hash, while
pwdhash.com does.
Author
------
Philipp Wolfer