You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/pages/about.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,13 @@ IPCrypt resolves these conflicts through purpose-built cryptographic techniques
50
50
51
51
IPCrypt operates by converting IP addresses to a 16-byte representation and then applying cryptographic operations:
52
52
53
-
1.**IP Address Conversion**: Both IPv4 and IPv6 addresses are converted to a standard 16-byte format
54
-
2.**Encryption**: The 16-byte representation is encrypted using one of three modes:
53
+
1.**IP Address Conversion**: Both IPv4 and IPv6 addresses are converted to a standard 16-byte format (except for ipcrypt-pfx which maintains native sizes)
54
+
2.**Encryption**: The address is encrypted using one of four modes:
55
55
-**ipcrypt-deterministic**: Using AES-128 as a single-block operation
56
+
-**ipcrypt-pfx**: Using dual AES-128 for prefix-preserving encryption
56
57
-**ipcrypt-nd**: Using KIASU-BC with an 8-byte tweak
57
58
-**ipcrypt-ndx**: Using AES-XTS with a 16-byte tweak
0 commit comments