Skip to content

Commit 4511c0d

Browse files
committed
update Readme
1 parent 0a39247 commit 4511c0d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ New to Python? Take a look [here](https://github.com/prateekiiest/Code-Sleep-Pyt
2323
* [Whisky Classification](https://github.com/prateekiiest/Code-Sleep-Python#whisky-classification)
2424
* [Bird Migration](https://github.com/prateekiiest/Code-Sleep-Python#whisky-classification)
2525
* [Social Network Analysis](https://github.com/prateekiiest/Code-Sleep-Python#whisky-classification)
26+
* [Encryption-Techniques](#Encryption-Techniques)
2627

2728
----------------------------------
2829

@@ -100,6 +101,13 @@ Homophily is a network characteristic. Homophily occurs when nodes that share an
100101

101102
----------------------------------------------------
102103

104+
### Encryption-Techniques
105+
106+
Encryption is an interesting piece of technology that works by scrambling data so it is unreadable by unintended parties. The technology comes in many forms, with key size and strength generally being the biggest differences in one variety from the next. This repo has implementations of different encryption techniques. More [here](https://en.wikipedia.org/wiki/Encryption).
107+
108+
**[CODE](Encryption-Techniques/)**
109+
110+
----------------------------------------------------
103111
## Getting started with Python
104112

105113
New to Python? No problem! Take a look at the following resources:

0 commit comments

Comments
 (0)