The RFC introduces an option to Encryption.encrypt that will allow developers to generate predictable encryptions. When using this option, each time that you encrypt the same value with the same options, it will generate the same encrypted string.
❓ Type of change
[ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
[ ] 👌 Enhancement (improving an existing functionality like performance)
[x] ✨ New feature (a non-breaking change that adds functionality)
[ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
📚 Summary
The RFC introduces an option to Encryption.encrypt that will allow developers to generate predictable encryptions. When using this option, each time that you encrypt the same value with the same options, it will generate the same encrypted string.
❓ Type of change
🔗 Links
Discussion Thread Full Rendered Proposal