https://github.com/michal-radomski/truly-random-password-generator
Truly Random Password Generator
https://github.com/michal-radomski/truly-random-password-generator
javascript real-randomness rosetta-code sass truly-random-password-generator
Last synced: 7 days ago
JSON representation
Truly Random Password Generator
- Host: GitHub
- URL: https://github.com/michal-radomski/truly-random-password-generator
- Owner: Michal-Radomski
- Created: 2021-08-15T21:29:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T12:23:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T09:15:44.282Z (3 months ago)
- Topics: javascript, real-randomness, rosetta-code, sass, truly-random-password-generator
- Language: SCSS
- Homepage: https://test-proj-gda3.web.app/
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Truly-Random-Password-Generator
Truly Random Password generator: generates passwords based on truly random strings (the randomness comes from
[atmospheric noise](https://en.wikipedia.org/wiki/Atmospheric_noise)).Link to the application: [https://test-proj-gda3.web.app/](https://test-proj-gda3.web.app/)
## Description
The application gets a string of true random characters from . Later, you can choose a random
password length (between min and max) or set the password length. Then you can adjust the password settings: small / large
letters, numbers and signs. After that you select a shuffle method: Fisher-Yates or Sattolo cycle to generate a password that
you can copy to the clipboard.## Notes/ ToDo List/ Issues
1. You can fetch 200,000 bits per day from .
2. Responsiveness is not done yet.## ScreenShot
## Built With
- The shuffle algorithms were taken from: [Rosetta Code](https://www.rosettacode.org/wiki/Rosetta_Code).
## License
[MIT](https://choosealicense.com/licenses/mit/)