Skip to content

Commit 69eecbd

Browse files
committed
change DES branch
1 parent 2dad91d commit 69eecbd

File tree

12 files changed

+2
-452
lines changed

12 files changed

+2
-452
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@
22

33
This is just a repository about 《Introduction of Information Security》 experiments
44

5+
DES branch
6+
57
## DES
68

79
[DES](./DES)
810

911
>The Data Encryption Standard (DES /ˌdiːˌiːˈɛs, dɛz/) is a symmetric-key algorithm for the encryption of electronic data. Although its short key length of 56 bits, criticized from the beginning, makes it too insecure for most current applications, it was highly influential in the advancement of modern cryptography.
1012
1113
From Wikipedia, the free encyclopedia (https://en.wikipedia.org/wiki/Data_Encryption_Standard)
12-
13-
## RSA
14-
15-
[RSA](./RSA)
16-
17-
>RSA (Rivest–Shamir–Adleman) is one of the first public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and it is different from the decryption key which is kept secret (private). In RSA, this asymmetry is based on the practical difficulty of the factorization of the product of two large prime numbers, the "factoring problem". The acronym RSA is made of the initial letters of the surnames of Ron Rivest, Adi Shamir, and Leonard Adleman, who first publicly described the algorithm in 1977. Clifford Cocks, an English mathematician working for the British intelligence agency Government Communications Headquarters (GCHQ), had developed an equivalent system in 1973, but this was not declassified until 1997.[1]
18-
19-
From Wikipedia, the free encyclopedia (https://en.wikipedia.org/wiki/RSA_(cryptosystem))

RSA/README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

RSA/RSA.cbp

Lines changed: 0 additions & 43 deletions
This file was deleted.

RSA/RSA.depend

Lines changed: 0 additions & 11 deletions
This file was deleted.

RSA/RSA.layout

Lines changed: 0 additions & 10 deletions
This file was deleted.

RSA/bin/Debug/RSA.exe

-1.02 MB
Binary file not shown.

RSA/bin/Debug/RSApy.exe

-1.02 MB
Binary file not shown.

RSA/img/RSA.png

-37.3 KB
Binary file not shown.

RSA/main.cpp

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)