https://github.com/freaky/simplepass
Simple Ruby and Rust password generation
https://github.com/freaky/simplepass
Last synced: 24 days ago
JSON representation
Simple Ruby and Rust password generation
- Host: GitHub
- URL: https://github.com/freaky/simplepass
- Owner: Freaky
- License: mit
- Created: 2018-08-25T01:31:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T13:24:15.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T20:30:41.750Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SimplePass - tiny password generation
SimplePass is a small command-line password generator with both Ruby and Rust
versions, for comparison and education purposes.
It was written for the article [Password Generation in Ruby and Rust][article].
For a more serious implementation of this kind of tool, see [mkpass][mkpass],
which is more fully-featured and includes a selection of dedicated password
wordlists.
[mkpass]: https://github.com/Freaky/mkpass
[article]: https://hur.st/blog/2018/08-25-password-generation-in-ruby-and-rust/