Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roothaxor/The-Password-Manager
Manager/Generator With AES Encrypted Vault - Updated 27/9/2017
https://github.com/roothaxor/The-Password-Manager
aes-256 password-generator password-manager password-safety password-strength password-vault windows
Last synced: 22 days ago
JSON representation
Manager/Generator With AES Encrypted Vault - Updated 27/9/2017
- Host: GitHub
- URL: https://github.com/roothaxor/The-Password-Manager
- Owner: roothaxor
- Created: 2017-05-04T22:07:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T15:55:30.000Z (5 months ago)
- Last Synced: 2024-08-05T17:41:46.876Z (4 months ago)
- Topics: aes-256, password-generator, password-manager, password-safety, password-strength, password-vault, windows
- Language: Python
- Homepage:
- Size: 1.36 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - roothaxor/The-Password-Manager - Manager/Generator With AES Encrypted Vault - Updated 27/9/2017 (Python)
README
# The Password Manager v1.3
[![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://github.com/roothaxor/The-Password-Manager)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://www.roothaxor.in)
[![PyPI](https://img.shields.io/pypi/status/Django.svg)](https://github.com/roothaxor/The-Password-Manager)
* No internet required ( No worries for passwords leak online )
* Bruteforce it ? ( Not Possible )
* Encrypts your stored data with AES-256
* Provides Password strength while Generation with length and randomness of the passwords.
##### The importance of randomness ?
> Some password generators on the Internet create long, but very "simple" passwords. i.e, they might generate passwords that are a concatenation of English words and number like "Spoon2Gobbler". We do not recommend using those. Such passwords make it very easy for attackers to perform a "dictionary" attack on your password. Even "words" that are not real words, but phonetically appealing, make for weaker passwords. It is always best to passwords comprised of random bits of data that nobody can possibly guess. Make them truly random and cracking them becomes extremely difficult.### Changelogs ( v.1.3 )
* Stable & Tested version.
* EXE released for Password Generator, Password Vault Viewer
* Many Minor issues fixed in version 1.3## Installation Guide `Read Carefully`
Downloading The Password Manager tool
* [Download .zip file ( Direct Link )](https://codeload.github.com/roothaxor/The-Password-Manager/zip/master)
* Unzip it to `C:/passmanager/` or something ( New directory )Installing "Python & Required modules"
* [Download Python 2.7](https://www.python.org/downloads/windows/)
* Install modules using command `pip install -r requirements.txt`#### Configuration
Goto `_core` directory and
Open `CMD` & run `python config.py`
```
thats should do the rest of configuration work!
Just enter the Main Password, CipherKey
Make sure CipherKey is 16 letter long
```
##### Remember: Config.py will require admin privilege for access the windows registry to add Key's for Right-Click access to Password Generator#### Conclusion
User can attempt 3 times for login, after that .db file will be moved to to C:\users\username\appdata\roaming
so password manager won't work untill you move that file back.## Testing
`Configuration`
> ![Alt text](tpm.gif)