A simple command-line password manager that gives you complete control over your passwords and credentials.
- 🔐 Local storage: All data is stored locally in encrypted
.auencfiles - 🔒 Strong encryption: Uses AES-256-GCM encryption with Argon2id key derivation
- 🛡️ Master password protection: Each vault is protected by a master password
- 📁 Multiple vaults: Create separate vault files for different purposes
- 💻 Interactive CLI: User-friendly command-line interface
- Clone the repository
- Install dependencies:
npm install
- Copy the example environment file:
cp .env.example .env
- Customize the
.envfile with your preferred settings (see Configuration section)
- The
.envfile contains sensitive configuration and should never be committed to version control - Vault files (
.auenc) are encrypted but should be kept secure - Use strong master passwords for your vaults
- Consider backing up your vault files securely
ISC