https://github.com/newtoallofthis123/unleaky
A simple Cli Password Manager
https://github.com/newtoallofthis123/unleaky
cli password password-generator password-manager python sqlite3
Last synced: about 1 month ago
JSON representation
A simple Cli Password Manager
- Host: GitHub
- URL: https://github.com/newtoallofthis123/unleaky
- Owner: newtoallofthis123
- License: mit
- Created: 2021-06-29T07:38:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T15:41:18.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T15:51:21.591Z (over 1 year ago)
- Topics: cli, password, password-generator, password-manager, python, sqlite3
- Language: Python
- Homepage: https://newtoallofthis123.github.io/unleaky
- Size: 13.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unleaky
##### A Simple Cli Password Manager
Unleaky is a simple Cli password manager that stores all your passwords in a database file.
Unleaky can be installed with pip but the recommended way to use it is either downloading the raw script or using the handy executable provided in the [github](https://github.com/newtoallofthis123/unleaky) page.
You can use Unleaky with many handy commands.
1. read - View all the passwords
2. new - Add a new entry
3. update - update an Entry
4. clear - Clear the screen
5. quit - securely quit the application by clearing the screen
6. admin - to change the master password
The Default Master Password is '**HelloWorld**'.
Once you login in for the first time, command the action admin and change the Master Password.
It is recommended to use the quit option to quit Unleaky becuase it clears the screen of all the passwords printed in the terminal.
*Warning*: Unleaky is very secure to store passwords but I don't recommend this for actulal use.
Just use it for fun and not very important accounts.
Author : NoobScience
Github : https://github.com/newtoallofthis123/unleaky
Author Website : https://newtoallofthis123.github.io/About
Hope You Enjoy Using It