🔑 Build up muscle memory before changing a password
Find a file
2025-02-08 01:48:28 +01:00
docs/images Add image to README.md 2025-02-08 01:48:28 +01:00
password Update text field style 2025-02-08 01:48:19 +01:00
password.xcodeproj PWD-1: raise macOS deployment target to 15.0 2025-01-21 14:28:50 +01:00
passwordTests Initial Commit 2025-01-15 23:57:12 +01:00
passwordUITests Initial Commit 2025-01-15 23:57:12 +01:00
.gitignore PWD-1: update .gitignore 2025-01-20 22:55:14 +01:00
README.md Add image to README.md 2025-02-08 01:48:28 +01:00

🔑 Password Trainer

Before changing important passwords and then struggling 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 securely. That's why:

  • Passwords are securely stored in your devices keychain
  • Authentication is required to enter the app
  • No cloud sync (unless you are using your iCloud Keychain)

Screenshot