Skip to content

Commit 52b7902

Browse files
authored
Update README.md
1 parent bcd2c4f commit 52b7902

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ I recently learned about cryptography and several encryption and decryption algo
1111
- [Asymmetric Encryption](#asymmetric-encryption)
1212
- [Hashing](#hashing)
1313
- [Decryption](#decryption)
14+
* [Installation](#installation)
15+
* [Encryption](#encryption)
16+
- [Algorithm](#algorithm)
17+
- [Python code](#python-code)
18+
* [Decryption](#decryption)
19+
- [Algorithm](#algorithm)
20+
- [Python code](#python-code)
21+
* [Conclusion](#conclusion)
22+
* [Contribution](#contribution)
1423

1524
## Cryptography
1625

@@ -43,4 +52,9 @@ Hashing generates a unique signature of fixed length for a data set or message.
4352
Decryption is a process of decoding the encoded data. Converting the ciphertext into plain text. This process requires a key that we used for encryption.
4453

4554
## Installation
55+
You require python IDE on your laptop/PC.
56+
57+
## Encryption
58+
### Algorithm
59+
4660

0 commit comments

Comments
 (0)