🔑 Build up muscle memory before changing a password
Find a file
Markus Thielker 61ee809df5
Major refactor of data model
Moved all password data except ID and secret value to SwiftData table as preparation for further data collection
2025-01-18 00:40:37 +01:00
password Major refactor of data model 2025-01-18 00:40:37 +01:00
password.xcodeproj Add .gitignore file 2025-01-16 01:55: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 Add .gitignore file 2025-01-16 01:55:50 +01:00
README.md Create README.md 2025-01-17 01:30:15 +01:00

🔑 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)