Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astro-gram/password-manager
This is a secure password manager written in Python. 🔥🔥
https://github.com/astro-gram/password-manager
cryptography encryption password-manager python
Last synced: 1 day ago
JSON representation
This is a secure password manager written in Python. 🔥🔥
- Host: GitHub
- URL: https://github.com/astro-gram/password-manager
- Owner: Astro-gram
- License: mit
- Created: 2022-12-20T20:35:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T23:41:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T02:43:02.657Z (over 1 year ago)
- Topics: cryptography, encryption, password-manager, python
- Language: Python
- Homepage: https://youtu.be/nJtJ1wUACOY
- Size: 439 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Manager
[![Stargazers][stars-shield]][stars-url]
[![Forks][forks-shield]][forks-url]
[![MIT License][license-shield]][license-url]![Project Image](https://raw.githubusercontent.com/Astro-gram/password-manager/master/projectImage.png)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
This is the list of prerequisites needed for this password manager to run.
* Python 3.10.0+
* Pycryptodome```sh
pip install pycryptodome
```### Installation & Usage
1. Clone the repo
```sh
git clone https://github.com/Astro-gram/password-manager.git
```
3. Go into the folder
```sh
cd password-manager
```
4. Run the setup script
```sh
python setup.py
```
4. Replace the ```masterPasswordCheck``` variable in ```main.py``` with the newly generated value
```python
masterPasswordCheck = "GENERATED KEY"
```
5. Run the password manager and enter the master password you just used
```sh
python main.py
```### Contact
Ben Webster - https://benwebs.com
Youtube - https://www.youtube.com/@benjaminwebster/
Repo - https://github.com/Astro-gram/password-manager
**Thank you for visiting this repository!**[forks-shield]: https://img.shields.io/github/forks/Astro-gram/password-manager.svg?style=for-the-badge
[forks-url]: https://github.com/Astro-gram/password-manager/network/members
[stars-shield]: https://img.shields.io/github/stars/Astro-gram/password-manager.svg?style=for-the-badge
[stars-url]: https://github.com/Astro-gram/password-manager/stargazers[license-shield]: https://img.shields.io/github/license/Astro-gram/password-manager.svg?style=for-the-badge
[license-url]: https://github.com/Astro-gram/password-manager/blob/master/LICENSE.txt