Update for 31-01-22 14:15
This commit is contained in:
parent
9cfc8f6004
commit
54c73e3b74
1
tech/DSS.wiki
Normal file
1
tech/DSS.wiki
Normal file
@ -0,0 +1 @@
|
|||||||
|
= DSS =
|
1
tech/Diffie_Helman.wiki
Normal file
1
tech/Diffie_Helman.wiki
Normal file
@ -0,0 +1 @@
|
|||||||
|
= Diffie Helman =
|
1
tech/Eliptic_Curve.wiki
Normal file
1
tech/Eliptic_Curve.wiki
Normal file
@ -0,0 +1 @@
|
|||||||
|
= Eliptic Curve Cryptography =
|
1
tech/RSA.wiki
Normal file
1
tech/RSA.wiki
Normal file
@ -0,0 +1 @@
|
|||||||
|
= RSA =
|
@ -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 ===
|
||||||
|
|
||||||
|
@ -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]]
|
||||||
|
Loading…
Reference in New Issue
Block a user