Skip to content

S-YOU/ruby-fastpbkdf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##fastpbkdf2 Build Status

Ruby binding of https://github.com/ctz/fastpbkdf2 - CC0 License

Install

gem install fastpbkdf2
require('fastpbkdf2')

result = Fastpbkdf2::sha1("password", "salt", 1, 20)

Interface

Fastpbkdf2::sha1(password, salt, iterations, keylen);
Fastpbkdf2::sha256(password, salt, iterations, keylen);
Fastpbkdf2::sha512(password, salt, iterations, keylen);

###Manual Build

  • clone this repo and use bundle install; rake compile
  • rake to run tests

License

MIT

About

Ruby bindings for fastpbkdf2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published