Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing activesupport test coverage | Eugene Gilburg | 2014-07-19 | 1 | -0/+30 |
| | |||||
* | Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2 | Michael Koziarski | 2012-10-01 | 1 | -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. |