The default hash algorithm used in ActiveSupport::KeyGenerator changed from SHA1 to SHA256.
It affects ActiveRecordEncryption::Encryptor::ActiveSupport and causes ActiveSupport::MessageVerifier::InvalidSignature when accessing to an attribute encrypted using SHA1.
The default hash algorithm used in
ActiveSupport::KeyGeneratorchanged from SHA1 to SHA256.It affects
ActiveRecordEncryption::Encryptor::ActiveSupportand causesActiveSupport::MessageVerifier::InvalidSignaturewhen accessing to an attribute encrypted using SHA1.