https://github.com/hf/pasbox
A better password manager.
https://github.com/hf/pasbox
Last synced: 5 months ago
JSON representation
A better password manager.
- Host: GitHub
- URL: https://github.com/hf/pasbox
- Owner: hf
- License: other
- Created: 2019-02-03T18:14:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T10:06:08.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T06:29:52.223Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://pasbox.app
- Size: 558 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pasbox
======
**This is a work in progress and no official app has been published yet.**
Pasbox is a simple, highly secure password manager centered around your mobile
device.
## Features
1. Works only with attested devices.
2. All encryption keys are secured on/with the device's Trusted Execution
Environment.
3. Symmetric encryption with AES-256-GCM.
4. Asymmetric encryption with Curve25519 ECDH + HKDF-256 + AES-256-GCM.
5. Master password derived from Argon2 with specific time and memory
requirements. Hashing done on-device.
6. Master password encrypts a large HKDF key (and some NIST EC pairs). All
subsequent keys are derived from this key.
7. Second-factor recovery: print recovery keys and store in a safe. Keys are
managed by the device only.
8. Anonymous recieve-only email addresses.
9. Open-source under MIT License forever, including all infrastructure-as-code.
10. Plan on sustainability to prevent abandonware.
## License
All resources in this distribution are Copyright © Stojan Dimitrovski
2019, and licensed under the MIT license.
All graphics, including logos and icons are licensed under the [CreativeCommons
Attribution-NonCommercial-NoDerivatives 4.0 International
License](https://creativecommons.org/licenses/by-nc-nd/4.0/).
You may not use the name Pasbox and the application(s) visual identity including
colors, logos, icons, fonts or otherwise in derivative works.