An open API service indexing awesome lists of open source software.

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

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/