aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/key_generator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* missing activesupport test coverageEugene Gilburg2014-07-191-0/+30
|
* Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2Michael Koziarski2012-10-011-0/+32
This will be used to derive keys from the secret and a salt, in order to allow us to do things like encrypted cookie stores without using the secret for multiple purposes directly.