Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lazy-require OpenSSL. Skip entirely if SecureRandom is available. | Jeremy Kemper | 2008-11-23 | 1 | -6/+8 |
| | |||||
* | 1.8 compatibility for random_number method on SecureRandom. | Michael Koziarski | 2008-10-04 | 1 | -2/+2 |
| | | | | 1.9 has its own version. | ||||
* | Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. | Hongli Lai (Phusion | 2008-08-27 | 1 | -0/+197 |
SecureRandom has a few minor security enhancements and can be used as a drop-in replacement Signed-off-by: Michael Koziarski <michael@koziarski.com> [#913 state:committed] |