Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtrendence/x-passwd
A simple, local, open-source AES-256-CTR encrypted password manager for Android. Built with the Flutter SDK.
https://github.com/xtrendence/x-passwd
aes aes-256 aes-256-ctr android apk dart encryption flutter java password password-manager sdk
Last synced: 2 months ago
JSON representation
A simple, local, open-source AES-256-CTR encrypted password manager for Android. Built with the Flutter SDK.
- Host: GitHub
- URL: https://github.com/xtrendence/x-passwd
- Owner: Xtrendence
- Created: 2020-01-07T22:36:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T00:57:06.000Z (9 months ago)
- Last Synced: 2024-04-28T01:30:25.943Z (9 months ago)
- Topics: aes, aes-256, aes-256-ctr, android, apk, dart, encryption, flutter, java, password, password-manager, sdk
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=com.xtrendence.x_passwd
- Size: 601 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X:/Passwd
This is a simple, local, and open-source password manager built with the Flutter SDK for Android devices.
#### How does it work?
When you create a vault, the password is symmetrically encrypted with AES-128, and the key is asymmetrically encrypted with RSA and securely stored on the device's KeyStore. When passwords are added to the vault, they, along with any additional details, are encrypted with AES-256-CTR, using a hash of the vault password as the encryption key (the hash is generated using PBKDF2 and a different salt every time).
#### What features does it have?
- AES-256-CTR encryption.
- Biometric authentication.
- Import vaults.
- Export vaults.
- Change vault password.
- Encrypted notes.
- Light theme.
- Dark theme.
#### How much does it cost?
It's available for purchase on the Play Store, and it costs £0.59. Of course you can build it for free by downloading the source code and compiling it, but if you like the app, then consider buying it (though I'd rather support and encourage open-source development over making some extra money).
#### Is it safe?
As far as I'm aware, yes, it's secure. But do keep in mind that I'm just a university student who's been programming for the past few years, so if something does go wrong or you do happen to lose your passwords somehow, don't sue me. If you regularly export your vault and keep a backup of it though, it should be completely fine. If something does go wrong, just contact me and I'll try my best to help, though obviously I can't guarantee anything.
![X-Passwd](https://i.imgur.com/hc8nOsg.jpg)