Create README.md

This commit is contained in:
Markus Thielker 2025-01-17 01:30:15 +01:00 committed by GitHub
parent fc0d177827
commit c3f8103482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 🔑 Password Trainer
Before changing important passwords and then struggeling to enter them correctly, start building muscle memory first.
This application provides you the possibility to store new passwords securely and learn them over time.
Gamification like success rates, typing time tracking and daily prompts to enter a password help you learn them faster.
## Security
An app handling secrets like these has to be implemented securly. That's why:
- Passwords are securly stored in your devices keychain
- Authentication is required to enter the app
- No cloud sync (unless you are using your iCloud Keychain)