aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_encryptor.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-51/+51
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-6/+6
* Add rationale for manually checking auth_tag length, which got lost when #258...Bart de Water2016-07-271-0/+4
* Allow MessageEncryptor to take advantage of authenticated encryption modesBart de Water2016-07-211-4/+37
* use OpenSSL::Cipher instead of deprecated OpenSSL::Cipher::Cipher for cipher ...Vipul A M2016-05-291-1/+1
* update docs for MessageEncryptor#new to recommend a KDF [ci skip]Paul Kehrer2015-11-101-2/+2
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Add config option for cookies digestŁukasz Strzałkowski2014-08-121-1/+2
* Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-1/+1
* Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;Vipul A M2013-05-161-3/+3
* Merge pull request #9980 from stouset/patch-1Andrew White2013-04-261-4/+5
|\
| * Improve poor security recommendation in docsStephen Touset2013-03-281-4/+5
* | Reorganize MessageEncryptorjgls2013-04-191-5/+4
|/
* Missing require extract_optionsAkira Matsuda2013-01-311-0/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-2/+2
* Add cookie.encrypted which returns an EncryptedCookieJarSantiago Pastorino2012-11-031-2/+5
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-20/+22
* [ci skip] More docs for ActiveSupport::MessageEncryptorDaniel Fone2012-01-261-0/+14
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-3/+3
* deprecate Base64.encode64s from AS. Use Base64.strict_encode64 insteadVasiliy Ermolovich2011-12-271-1/+1
* Remove deprecations from Active Support.José Valim2011-12-201-17/+0
* Don't marshal dump twice when using encryptor.José Valim2011-11-091-1/+12
* Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt.José Valim2011-11-091-17/+32
* Fix typo in deprecation warning.Peter Suschlik2011-09-161-1/+1
* Use an options hash to specify digest/cipher algorithm and a serializer for M...Willem van Bergen2011-09-151-7/+10
* Implement API suggestions of pull request.Willem van Bergen2011-09-151-6/+5
* Custom serializers and deserializers in MessageVerifier and MessageEncryptor.Willem van Bergen2011-09-151-2/+6
* Some style changessuchasurge2011-03-061-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-17/+17
* message_encriptor.rb needs active_support/base64Xavier Noria2010-01-011-0/+1
* Rescue OpenSSL::Cipher::CipherError or OpenSSL::CipherError depending on whic...Jeremy Kemper2008-11-251-3/+4
* Add a MessageEncryptor, just like MessageVerifier but using symmetric key enc...Michael Koziarski2008-11-251-0/+69