active_record_encryption icon indicating copy to clipboard operation
active_record_encryption copied to clipboard

Transparent column encryption/decryption with Attribute API for ActiveRecord

Results 2 active_record_encryption issues
Sort by recently updated
recently updated
newest added

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.