From 6cdd9e68aae5dd4a33f0c414f305b05e088abfc9 Mon Sep 17 00:00:00 2001 From: Xiao X <103391432+QXIoa@users.noreply.github.com> Date: Sat, 30 May 2026 09:55:42 -0400 Subject: [PATCH] add text ig --- Planned-Ciphers-in-ZekerRijndael.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Planned-Ciphers-in-ZekerRijndael.md diff --git a/Planned-Ciphers-in-ZekerRijndael.md b/Planned-Ciphers-in-ZekerRijndael.md new file mode 100644 index 0000000..2c10dff --- /dev/null +++ b/Planned-Ciphers-in-ZekerRijndael.md @@ -0,0 +1,7 @@ +All are 128-bit block-based. + +Camellia-GCM (Camellia) ✅ : Camellia is a Japanese/European standard heavily used in TLS. +ARIA-GCM (ARIA-128): The South Korean standard block cipher. +SM4-GCM ✅ : The Chinese cryptographic standard. Originally designed for WAPI (WLAN Authentication and Privacy Infrastructure). +Twofish-GCM: Created by Bruce Schneier and others. Focused on maintaining data confidentiality and integrity. Used by VeraCrypt. +Serpent-GCM: Created and designed by Ross Anderson, Eli Biham, and Lars Knudson (trio) \ No newline at end of file