Update for 31-01-22 14:15

This commit is contained in:
Tyler Perkins 2022-01-31 14:15:01 -05:00
parent 9cfc8f6004
commit 54c73e3b74
6 changed files with 14 additions and 3 deletions

1
tech/DSS.wiki Normal file
View File

@ -0,0 +1 @@
= DSS =

1
tech/Diffie_Helman.wiki Normal file
View File

@ -0,0 +1 @@
= Diffie Helman =

1
tech/Eliptic_Curve.wiki Normal file
View File

@ -0,0 +1 @@
= Eliptic Curve Cryptography =

1
tech/RSA.wiki Normal file
View File

@ -0,0 +1 @@
= RSA =

View File

@ -63,6 +63,7 @@ Also see
* [[Flip-flop]] * [[Flip-flop]]
* [[registers|Registers]] * [[registers|Registers]]
* [[counters|Counters]] * [[counters|Counters]]
* [[LFSR|Linear Feedback Shift Registers]]
=== Theoretical === === Theoretical ===

View File

@ -10,14 +10,20 @@ Hiding information
=== Ciphers === === Ciphers ===
==== Symetric ciphers ====
* [[substitution|Substitution]] * [[substitution|Substitution]]
* [[Affine]] * [[Affine]]
Modern ciphers
* [[DES]] * [[DES]]
* [[AES]] * [[AES]]
==== Asymetric Ciphers ====
* [[RSA]]
* [[Diffie_Helman]]
* [[DSS]]
* [[Eliptic_Curve]]
=== Misc === === Misc ===
* [[LFSR|Linear Feedback Shift Registers]] * [[LFSR|Linear Feedback Shift Registers]]