Skip to content

Commit 864de5d

Browse files
committed
docs(vrl): add documentation for IPCrypt functions
Add documentation for the new `encrypt_ip` and `decrypt_ip` VRL functions that implement format-preserving encryption for IP addresses. These functions support two modes: - AES128: Scrambles entire IP address using AES-128 encryption - PFX: Prefix-preserving mode that maintains network hierarchy The functions implement the `ipcrypt-deterministic` and `ipcrypt-pfx` algorithms from the IPCrypt specification. Related PR: vectordotdev/vrl#1506
1 parent 7495f1e commit 864de5d

File tree

5 files changed

+301
-6
lines changed

5 files changed

+301
-6
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ Intenso
237237
INTERLAKEN
238238
ionik
239239
ipallowlist
240+
ipcrypt
240241
ipod
241242
ircd
242243
Itamar

Cargo.lock

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)