https://github.com/jacgamingguy/neopass
Password Generator/Manager for Debian Linux
https://github.com/jacgamingguy/neopass
debian generator linux manager password
Last synced: 3 months ago
JSON representation
Password Generator/Manager for Debian Linux
- Host: GitHub
- URL: https://github.com/jacgamingguy/neopass
- Owner: JaCGamingGuy
- Created: 2024-08-28T03:50:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:54:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T17:41:43.636Z (over 1 year ago)
- Topics: debian, generator, linux, manager, password
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo Password Manager
(only tested on Debian based system)
-A simple to use CLI based password generator and manager.
-Easily generate, view and delete strong passwords that are stored LOCALLY.
-NeoPass uses AES-128-CBC for encryption and HMAC-SHA256 for authentication.
## What's New
**Backup**
Plug in your external backup of choice, select backup, choose your drive, done.

## Screenshots
**Main Menu**

**Generation**

**List**

**Removal**

**Bulk-Removal**

## Installation Instructions
**(AIO copy/paste)**
git clone https://github.com/JaCGamingGuy/neopass.git
cd neopass
sudo chmod +x install.sh
sudo bash ./install.sh
neop

1. **Clone the Repository**
git clone https://github.com/JaCGamingGuy/neopass.git
2. **Navigate to the Cloned Folder**
cd neopass
3. **Make the Installation Script Executable**
sudo chmod +x install.sh
4. **Run the Installation Script**
sudo bash ./install.sh
6. **Run the Program**
neop
## Uninstall Instructions
cd /usr/local/bin/
sudo rm -R neopass
sudo rm neop
***Enjoy***