Sha256: 8d769539f4b93a9c30ddbbf8fa121df9b77eff0f1feed3b52e22ae33a655b5b7

Contents?: true

Size: 528 Bytes

Versions: 1

Compression:

Stored size: 528 Bytes

Contents

# SecureHasher

Secure Hasher provides a simple Ruby API to to securely encrypt passwords.

Under the hood, Secure Hasher is quite obviously flawed relying on an old school unix-style crypt method. This gem provides a perfect example of how not to manage passwords.

## Installation

    $ gem install secure_hasher

## Usage

```ruby
SecureHasher.secure_hash('mypassword','salt')
=> "sayVb7E97UXnw"
```

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
secure_hasher-1.0.0 README.md