-
Notifications
You must be signed in to change notification settings - Fork 13
Home
GGP1 edited this page Jul 26, 2024
·
13 revisions
Password manager for the command-line that aims to offer a secure and private way of operating with sensitive information by reducing the attack surface to its minimum expression.
- Cross-Platform: Linux, macOS, BSD, Windows and mobile supported.
- Private: Completely offline, no connection is established with 3rd parties.
- Secure: Each record is encrypted using AES-GCM 256-bit and a unique password derived using Argon2 (id version). The user's master password is never stored on disk, it's encrypted and temporarily held in-memory inside a protected buffer, which is destroyed immediately after use.
- Sessions: Run multiple commands by entering the master password only once. They support setting a timeout and running custom scripts.
- Portable: Both Kure and its database compile to binary files and they can be easily carried around in an external device.
- Easy-to-use: Intuitive, does not require advanced technical skills.
kure - Cross-platform command-line password manager with sessions.