# authpass **Repository Path**: caolv/authpass ## Basic Information - **Project Name**: authpass - **Description**: AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![AuthPass.app](_docs/logo-header.png) # AuthPass.app - Open Source Password Manager for mobile and desktop AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible. * Mac Desktop: [Mac App Store](https://apps.apple.com/app/authpass-password-manager/id1478552452?ls=1&mt=12) or [check the releases](https://github.com/authpass/authpass/releases) * Android: [Google Play Store](https://play.google.com/store/apps/details?id=design.codeux.authpass) or [F-Droid](https://f-droid.org/packages/design.codeux.authpass.fdroid/) * iOS: [App Store](https://apps.apple.com/app/authpass-password-manager/id1479297675?ls=1&at=11l8ru) ![Mac OS, iOS and Android Screenshot](_docs/authpass-platform-composition.png) ## Roadmap/TODOs see also https://github.com/authpass/authpass/issues [![GitHub issues](https://img.shields.io/github/issues-raw/authpass/authpass)](https://github.com/authpass/authpass/issues) * [x] Read/Decrypt kdbx 3.x using password * [x] Download of kdbx files through url * [x] Parse decrypted XML/handle protected values * [x] Flutter scaffold for mobile (ios/android) * [ ] Platforms * [x] iOS * [x] Android * [x] Mac OS * [ ] Windows https://github.com/authpass/authpass/issues/27 * [ ] Linux https://github.com/authpass/authpass/issues/26 * [x] Decrypt with keyfile https://github.com/authpass/authpass/issues/3 * [x] List of password entries * [x] 👆️ Search through entries * [x] 👆️ Entry details * [x] 👆️ mobile: copy usernames, passwords * [x] mobile: integrate with biometrics (fingerprint) * [ ] mac: Auto-Type https://github.com/authpass/authpass/issues/13 * [ ] 👆️ Auto-lock after x minutes of inactivity. https://github.com/authpass/authpass/issues/14 * [x] Editing existing entries * [x] Saving of changes into kdbx file. * [x] Creating of new kdbx files. * [ ] Syncing of kdbx files via custom cloud service and QR codes. https://github.com/authpass/authpass/issues/29 * [x] Syncing with cloud services like dropbox or google drive? * [x] 👆️ CI pipeline/continous builds, releases * [ ] kdbx 4 support (missing argon2) compatibility https://github.com/authpass/authpass/issues/4 * [x] Android: Auto Fill https://github.com/authpass/authpass/issues/30 * [ ] iOS: Auto Fill https://github.com/authpass/authpass/issues/31