Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arijitpaull/password-generator
Keyword based password generation and storage
https://github.com/arijitpaull/password-generator
Last synced: 24 days ago
JSON representation
Keyword based password generation and storage
- Host: GitHub
- URL: https://github.com/arijitpaull/password-generator
- Owner: arijitpaull
- Created: 2023-09-12T14:10:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T14:19:56.000Z (over 1 year ago)
- Last Synced: 2024-11-12T22:13:18.317Z (3 months ago)
- Language: C++
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password-Generator
Keyword-based password generation and storageInstructions to use:
1. Open CMD/Terminal
2. Locate where the Password generator is downloaded
3. Compile the code using code: "g++ password_generator.cpp -o password_generator"
4. Run the executable with code: "./password_generator" or "password_generator.exe"
5. Create secure passwords!