| Commit message (Expand) | Author | Age | Files | Lines |
* | Add config option for cookies digest | Łukasz Strzałkowski | 2014-08-12 | 1 | -1/+2 |
* | Allow session serializer key in config.session_store | Lukasz Sarnacki | 2014-01-29 | 1 | -1/+1 |
* | Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding; | Vipul A M | 2013-05-16 | 1 | -3/+3 |
* | Merge pull request #9980 from stouset/patch-1 | Andrew White | 2013-04-26 | 1 | -4/+5 |
|\ |
|
| * | Improve poor security recommendation in docs | Stephen Touset | 2013-03-28 | 1 | -4/+5 |
* | | Reorganize MessageEncryptor | jgls | 2013-04-19 | 1 | -5/+4 |
|/ |
|
* | Missing require extract_options | Akira Matsuda | 2013-01-31 | 1 | -0/+1 |
* | Replace comments' non-breaking spaces with spaces | claudiob | 2012-12-04 | 1 | -2/+2 |
* | Add cookie.encrypted which returns an EncryptedCookieJar | Santiago Pastorino | 2012-11-03 | 1 | -2/+5 |
* | update AS docs [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -20/+22 |
* | [ci skip] More docs for ActiveSupport::MessageEncryptor | Daniel Fone | 2012-01-26 | 1 | -0/+14 |
* | remove ActiveSupport::Base64 in favor of ::Base64 | Sergey Nartimov | 2012-01-02 | 1 | -3/+3 |
* | deprecate Base64.encode64s from AS. Use Base64.strict_encode64 instead | Vasiliy Ermolovich | 2011-12-27 | 1 | -1/+1 |
* | Remove deprecations from Active Support. | José Valim | 2011-12-20 | 1 | -17/+0 |
* | Don't marshal dump twice when using encryptor. | José Valim | 2011-11-09 | 1 | -1/+12 |
* | Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt. | José Valim | 2011-11-09 | 1 | -17/+32 |
* | Fix typo in deprecation warning. | Peter Suschlik | 2011-09-16 | 1 | -1/+1 |
* | Use an options hash to specify digest/cipher algorithm and a serializer for M... | Willem van Bergen | 2011-09-15 | 1 | -7/+10 |
* | Implement API suggestions of pull request. | Willem van Bergen | 2011-09-15 | 1 | -6/+5 |
* | Custom serializers and deserializers in MessageVerifier and MessageEncryptor. | Willem van Bergen | 2011-09-15 | 1 | -2/+6 |
* | Some style changes | suchasurge | 2011-03-06 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -17/+17 |
* | message_encriptor.rb needs active_support/base64 | Xavier Noria | 2010-01-01 | 1 | -0/+1 |
* | Rescue OpenSSL::Cipher::CipherError or OpenSSL::CipherError depending on whic... | Jeremy Kemper | 2008-11-25 | 1 | -3/+4 |
* | Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc... | Michael Koziarski | 2008-11-25 | 1 | -0/+69 |