-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
type: featureA value-adding code addition that introduce new functionality.A value-adding code addition that introduce new functionality.
Description
A note for the community
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Use Cases
Encryption/decryption using AES-GCM.
Attempted Solutions
Currently the encrypt/decrypt functions in VRL support various AES modes such as CTR and CBC, but GCM is missing.
Proposal
The aes_gcm crate provides GCM implementation and has a similar interface to the existing AES modes. It should be a small effort to add new modes to the VRL functions and connect it with aes_gcm. I will send out a PR but keeping this discussion open for any feedback!
References
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: featureA value-adding code addition that introduce new functionality.A value-adding code addition that introduce new functionality.