Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 610 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 610 Bytes

CZar Password Manager

CZar is a lightweight secure open source CLI password manager.

Features

  • Simplified Design: Simple CLI-based password manager.
  • Secure Password Generation: Generate strong randomized passwords for each account, ensuring maximum security.
  • Password Storage & Encryption: Safely store passwords using the strong AES-256 authenticated encryption.
  • Data Backup: Easy and secure backup export/import of encrypted passwords.

Run from source code

  • Installing required dependencies

    pip install -r requirements.txt

  • Start CZar

    python startCzar.py