aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-11 19:44:26 -0600
committerChristian Cleberg <[email protected]>2025-11-11 19:44:26 -0600
commit538c67956a506b459474d23a11fc6e4a9c0ae1ea (patch)
treeafb8903875390d6d3b3c9bc279fadb993c022198 /content/blog
parentf1f35bd4070c7dd0d232c5a3f2f7373511475565 (diff)
downloadcleberg.net-538c67956a506b459474d23a11fc6e4a9c0ae1ea.tar.gz
cleberg.net-538c67956a506b459474d23a11fc6e4a9c0ae1ea.tar.bz2
cleberg.net-538c67956a506b459474d23a11fc6e4a9c0ae1ea.zip
fix grammar in 2018 posts
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/2018-11-28-aes-encryption.org13
1 files changed, 7 insertions, 6 deletions
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