dhonus / password-manager

πŸ” Basic command line password manager with encryption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password manager

This is a basic terminal-based password manager. It generates passwords, saves them to an encrypted xml file and provides some operations over them.

Upon opening, the user is asked to provide a password to decrypt the vault.

Dependencies

Encryption is handled by libsodium. https://libsodium.gitbook.io/doc/

XML parsing is handled by pugixml. (No extra steps required. Contained in source.) https://github.com/zeux/pugixml

Usage

$ ./password_manager vaultFile

screenshot

About

πŸ” Basic command line password manager with encryption.

License:MIT License


Languages

Language:C++ 99.9%Language:CMake 0.1%