Skip to content

Commit 8493661

Browse files
authored
Update README.md
1 parent 2167bd9 commit 8493661

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This program mostly useful for who studies computer engineers or computer scienc
44

55
If you dont have an idea about RSA Encrypt or Decryption, check this link https://en.wikipedia.org/wiki/RSA_(cryptosystem)
66

7-
# Usage
7+
# Instructions
88
For encryption:
99

1010
- Choose a 4-letter word (like HELP [doesn't matter if you type with upper or lowercase])
1111
- Choose two distinct prime numbers (p and q [like 59 and 43])
1212
- Compute n Key = p*q (2537)
1313
- Choose a number between 1 and lcm((p-1), (q-1)) that coprime to lcm((p-1), (q-1)) (like 13)
1414
- 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
1616

1717

1818
![image](https://github.com/Metrohan/RSA-EncrypterDecrypter/assets/54481595/982f20c4-38c2-44d3-b5e3-e19e1b4c553a)
@@ -21,8 +21,8 @@ For encryption:
2121
For decryption:
2222

2323
- 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
2626

2727

2828
![image](https://github.com/Metrohan/RSA-EncrypterDecrypter/assets/54481595/33ce92bb-ce7f-4154-b6d1-ced434112a42)

0 commit comments

Comments
 (0)