pwd-and-hash-generator
Interactive program built in python. First allows you to customize password creation followed up the option to hash each created password
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
Interactive program built in python. First allows you to customize password creation followed up the option to hash each created password
Basic Info
- Host: GitHub
- Owner: BrandonIW
- Language: Python
- Default Branch: main
- Size: 13.7 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Pwd-and-Hash-Generator
Interactive program built in python. First allows you to customize password creation followed up with the option to hash each created password
This program is one I built for a school project. The project currently relies on the popular "Rockyou.txt" password database for some of it's functioning, which can be downloaded elsewhere. Or you can change the code to reference whatever wordlist you'd like.
First the user interactively selects the types of passwords they'd like to create. Selections are based on level of complexity, length of the password, and whether or not the password is randomly generated or selected from the RockYou.txt database
Passwords are written to a file, and then you have the option to hash each written password via any or all of MD5/SHA-1/SHA-256/SHA-512
Owner
- Name: BrandonW
- Login: BrandonIW
- Kind: user
- Repositories: 3
- Profile: https://github.com/BrandonIW
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Wittet" given-names: "Brandon" title: "Pwd-and-Hash-Generator" version: 1.0.0 doi: 10.5281/zenodo.1234 date-released: 2021-10-24 url: "https://github.com/BrandonIW/Pwd-and-Hash-Generator"