From c3f81034828afb5698fe649e4b2fcee23e781569 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Fri, 17 Jan 2025 01:30:15 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..700cbac --- /dev/null +++ b/README.md @@ -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)