File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ This program mostly useful for who studies computer engineers or computer scienc
4
4
5
5
If you dont have an idea about RSA Encrypt or Decryption, check this link https://en.wikipedia.org/wiki/RSA_(cryptosystem)
6
6
7
- # Usage
7
+ # Instructions
8
8
For encryption:
9
9
10
10
- Choose a 4-letter word (like HELP [ doesn't matter if you type with upper or lowercase] )
11
11
- Choose two distinct prime numbers (p and q [ like 59 and 43] )
12
12
- Compute n Key = p* q (2537)
13
13
- Choose a number between 1 and lcm((p-1), (q-1)) that coprime to lcm((p-1), (q-1)) (like 13)
14
14
- Enter the word and all these numbers to the program
15
- - After pressed Encrypt button you'll see Encrypted Text below the button
15
+ - After pressed Encrypt button you'll see the Encrypted Text below the button
16
16
17
17
18
18
![ image] ( https://github.com/Metrohan/RSA-EncrypterDecrypter/assets/54481595/982f20c4-38c2-44d3-b5e3-e19e1b4c553a )
@@ -21,8 +21,8 @@ For encryption:
21
21
For decryption:
22
22
23
23
- Enter encrypted word
24
- - Enter the keys same as encryption part
25
- - After pressed Decrypt button you'll see Decrypted Text below the button
24
+ - Enter the numbers same as encryption part
25
+ - After pressed Decrypt button you'll see the Decrypted Text below the button
26
26
27
27
28
28
![ image] ( https://github.com/Metrohan/RSA-EncrypterDecrypter/assets/54481595/33ce92bb-ce7f-4154-b6d1-ced434112a42 )
You can’t perform that action at this time.
0 commit comments