aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/secure_random.rb
Commit message (Collapse)AuthorAgeFilesLines
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-13/+13
|
* Lazy-require OpenSSL. Skip entirely if SecureRandom is available.Jeremy Kemper2008-11-231-6/+8
|
* 1.8 compatibility for random_number method on SecureRandom.Michael Koziarski2008-10-041-2/+2
| | | | 1.9 has its own version.
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-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]