Skip to content

Commit f0e3341

Browse files
committed
Fix markdown issues
1 parent 555dee8 commit f0e3341

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

draft-denis-ipcrypt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,13 @@ Organizations requiring network metadata for analytics have two options:
384384
Both approaches provide advantages over IP address truncation, which provides inconsistent protection and irreversibly destroys data.
385385

386386
Recommended approach:
387+
387388
1. Extract metadata (geographic location, ASN, network type) from the original IP address
388389
2. Store this information as separate fields alongside the encrypted IP address
389390
3. Apply appropriate privacy-preserving aggregation to the metadata itself
390391

391392
Example storage schema:
393+
392394
~~~
393395
{
394396
"encrypted_ip": "bde9:6789:d353:824c:d7c6:f58a:6bd2:26eb",
@@ -398,7 +400,6 @@ Example storage schema:
398400
}
399401
~~~
400402

401-
402403
# Prefix-Preserving Encryption {#prefix-preserving-encryption}
403404

404405
Prefix-preserving encryption maintains network structure in encrypted IP addresses. Addresses from the same network produce encrypted addresses that share a common prefix, enabling privacy-preserving network analytics while preventing identification of specific networks or users.

0 commit comments

Comments
 (0)