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

https://github.com/aapis/rbpasswordr

Ruby version of Passwordr
https://github.com/aapis/rbpasswordr

Last synced: 4 months ago
JSON representation

Ruby version of Passwordr

Awesome Lists containing this project

README

        

RbPasswordr
===========

A ruby variant of my [Passwordr](https://github.com/aapis/passwordr) project.

## Usage

```ruby
_arg = {
"base": "whatever", #uses this as a salt, optional
"length": 32,
}

ruby passwordr.rb _arg["base"] _arg["length"]
```