From 538c67956a506b459474d23a11fc6e4a9c0ae1ea Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Nov 2025 19:44:26 -0600 Subject: fix grammar in 2018 posts --- content/blog/2018-11-28-aes-encryption.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'content') diff --git a/content/blog/2018-11-28-aes-encryption.org b/content/blog/2018-11-28-aes-encryption.org index 236fb92..d683dcb 100644 --- a/content/blog/2018-11-28-aes-encryption.org +++ b/content/blog/2018-11-28-aes-encryption.org @@ -5,12 +5,13 @@ * Basic AES -If you're not familiar with encryption techniques, [[https://en.wikipedia.org/wiki/Advanced_Encryption_Standard][AES]] is the *Advanced -Encryption Standard*. The National Institute of Standards and Technology -established this specification, sub-selected from the Rijndael family of ciphers -(128, 192, and 256 bits) in 2001. Furthering its popularity and status, the US -government chose AES as their default encryption method for top-secret data, -removing the previous standard which had been in place since 1977. +If you're not familiar with encryption techniques, the Advanced Encryption +Standard ([[https://en.wikipedia.org/wiki/Advanced_Encryption_Standard][AES]]) is a specification for encryption of electronic data. The +National Institute of Standards and Technology established this specification, +sub-selected from the Rijndael family of ciphers (128, 192, and 256 bits) +in 2001. Furthering its popularity and status, the US government chose AES as +their default encryption method for top-secret data, removing the previous +standard which had been in place since 1977. AES has proven to be a safe encryption method, with 7-round and 8-round attacks making no material improvements since the release of this encryption standard -- cgit v1.2.3