We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading through the README I saw this note:
NOTE: :per_attribute_iv_and_salt and :single_iv_and_salt modes are deprecated and will be removed in the next major release
We are trying to be proactive and move away from the deprecated modes. Since our current configuration looks like this:
attr_encrypted :some_attribute, key: secret_key, algorithm: "aes-256-cbc", mode: :single_iv_and_salt, insecure_mode: true
What would be the steps necessary to migrate the existing records to the default and recommended mode :per_attribute_iv ?
:per_attribute_iv
Ruby version 2.5.5-p157 Rails version 5.2.4.2 Gem version 3.1.0
2.5.5-p157
5.2.4.2
3.1.0
The text was updated successfully, but these errors were encountered:
Any update on this topic?
Sorry, something went wrong.
No branches or pull requests
Reading through the README I saw this note:
We are trying to be proactive and move away from the deprecated modes.
Since our current configuration looks like this:
What would be the steps necessary to migrate the existing records to the default and recommended mode
:per_attribute_iv
?Ruby version
2.5.5-p157
Rails version
5.2.4.2
Gem version
3.1.0
The text was updated successfully, but these errors were encountered: