https://github.com/ddworken/.bashrc-passwordmanager
https://github.com/ddworken/.bashrc-passwordmanager
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddworken/.bashrc-passwordmanager
- Owner: ddworken
- License: gpl-2.0
- Created: 2014-06-25T01:13:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T02:16:02.000Z (almost 12 years ago)
- Last Synced: 2025-08-17T05:32:13.292Z (10 months ago)
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
.bashrc-passwordManager
=======================
A simple password manager made to placed in one's .bashrc file. Once added to .bashrc it is called via running passwordManager in bashI (terminal) . It works via prompting the user for a master password and the URL of the website they need a password for and then hashing the combination of those two strings.
Installation
=======================
Run this command in terminal to install passwordManager.
`cd ~ && git clone https://github.com/ddworken/.bashrc-passwordManager.git && cd .bashrc-passwordManager/ && cat passwordManager >> ../.bashrc && cd .. && rm -rf .bashrc-passwordManager/`