Update for 31-01-22 12:30

This commit is contained in:
Tyler Perkins 2022-01-31 12:30:02 -05:00
parent df476e242c
commit d1514489f5
4 changed files with 15 additions and 2 deletions

4
tech/AES.wiki Normal file
View File

@ -0,0 +1,4 @@
= AES =
The advanced encryption standard or AES is a modern block cipher with
adjustable key length.

4
tech/DES.wiki Normal file
View File

@ -0,0 +1,4 @@
= DES =
The data encyrption standard or DES is a depricated encryption algorithm with a
56 bit key

View File

@ -57,5 +57,5 @@ To match the impedance of two circuits, LC circuits are used to match the
impedance. Two types are the pi and T network circuits, named such due to their
appearance.
Impedance matching can also be performed by transformers. Imedpance
Impedance matching can also be performed by transformers. Impedance
transformers do this exact task.

View File

@ -10,9 +10,14 @@ Hiding information
=== Ciphers ===
* [[substitution|Substitution]]
* [[substitution|Substitution]]
* [[Affine]]
Modern ciphers
* [[DES]]
* [[AES]]
=== Misc ===
* [[LFSR|Linear Feedback Shift Registers]]