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
- Host: GitHub
- URL: https://github.com/aapis/rbpasswordr
- Owner: aapis
- Created: 2014-02-01T00:02:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T22:59:39.000Z (over 10 years ago)
- Last Synced: 2025-01-28T14:14:13.843Z (5 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
```