Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacgamingguy/neopass
Password Generator/Manager for Debian Linux
https://github.com/jacgamingguy/neopass
debian generator linux manager password
Last synced: about 2 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:54:23.000Z (4 months ago)
- Last Synced: 2024-10-13T17:41:43.636Z (3 months 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.
![Screenshot 2024-09-04 113011](https://github.com/user-attachments/assets/580afab4-6362-43c0-bd89-b8aab24991bc)
## Screenshots
**Main Menu**
![Screenshot 2024-09-04 114535](https://github.com/user-attachments/assets/f5951125-6030-421a-aa16-afcd653d6d04)
**Generation**
![Screenshot 2024-09-04 114421](https://github.com/user-attachments/assets/8af2b49d-b637-456d-b153-4069b80ef2f9)
**List**
![Screenshot 2024-09-04 114225](https://github.com/user-attachments/assets/14145403-0052-4d4b-8edf-7b6aa43d65ac)
**Removal**
![Screenshot 2024-09-04 114759](https://github.com/user-attachments/assets/6d865111-6a5e-4f6a-bb15-5ebac77a8112)
**Bulk-Removal**
![Screenshot 2024-09-04 114856](https://github.com/user-attachments/assets/df070d63-bb8b-4985-95ef-42add4473b69)
## 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![Screenshot 2024-09-04 115248](https://github.com/user-attachments/assets/7ed89af6-65b9-4388-b45e-cc502b5f76fe)
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***