vectordotdev / vrl

Vector Remap Language
Mozilla Public License 2.0
138 stars 69 forks source link

Implement aes_siv encryption and decryption #1101

Closed beardface closed 4 weeks ago

beardface commented 1 month ago

Addition of two new encryption options for the decrypt and encrypt VRLs, in support of #1100

Closes: #1100

pront commented 4 weeks ago

Also, I just noticed this need a license update: dd-rust-license-tool write && git commit -am "dd-rust-license-tool write"

beardface commented 4 weeks ago

Also, I just noticed this need a license update: dd-rust-license-tool write && git commit -am "dd-rust-license-tool write"

Thanks @pront !

This might be a good pro-tip to capture in the CONTRIBUTING.md :) I messed around for a bit trying to figure it out; and this worked like a charm.

pront commented 4 weeks ago

Thanks again @beardface. Friendly reminder to document this changes in Vector at your earliest convenience.

beardface commented 4 weeks ago

https://github.com/vectordotdev/vector/pull/21659