Update for 31-01-22 12:30
This commit is contained in:
parent
df476e242c
commit
d1514489f5
4
tech/AES.wiki
Normal file
4
tech/AES.wiki
Normal 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
4
tech/DES.wiki
Normal file
@ -0,0 +1,4 @@
|
||||
= DES =
|
||||
|
||||
The data encyrption standard or DES is a depricated encryption algorithm with a
|
||||
56 bit key
|
@ -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.
|
||||
|
@ -10,9 +10,14 @@ Hiding information
|
||||
|
||||
=== Ciphers ===
|
||||
|
||||
* [[substitution|Substitution]]
|
||||
* [[substitution|Substitution]]
|
||||
* [[Affine]]
|
||||
|
||||
Modern ciphers
|
||||
|
||||
* [[DES]]
|
||||
* [[AES]]
|
||||
|
||||
=== Misc ===
|
||||
|
||||
* [[LFSR|Linear Feedback Shift Registers]]
|
||||
|
Loading…
Reference in New Issue
Block a user