X Tutup
Skip to content

johndv47/nexa-password-manager

Repository files navigation

Nexa Password Manager

Nexa is a secure, cross-platform password manager built with Python. It encrypts your credentials using strong cryptography and stores them locally in a protected SQLite database. The application features a simple command-line interface for managing your passwords safely.

Features

  • Secure Storage: Credentials are encrypted using Fernet symmetric encryption.
  • Master Password: Access is protected by a master password.
  • CRUD Operations: Add, retrieve, update, and delete credentials for various services.
  • Cross-Platform: Works on Windows, macOS, and Linux.
  • User-Friendly CLI: Clear prompts and banners for easy navigation.
  • Logging: Informative logging for actions and errors.

Installation

  1. Clone the repository:

About

Nexa is a command-line password manager written in Python. It provides a secure, simple interface for storing and managing credentials locally on your machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

X Tutup