@@ -70,6 +70,16 @@ Encrypts or Decrypts any message you want, simply enter the message and the rota
7070python caesar_cipher.py
7171```
7272
73+ * ### Contributor list
74+ For a given repo generate contribute.md with images in same size like the one in this README.md
75+
76+ ``` python
77+ python .\contributors.py https://github.com/Logan1x/Python-Scripts/
78+ ```
79+ where the argument is the url of the repo
80+
81+ you may need to install packages like
[email protected] and requests if not installed
82+
7383* ### End To End Encryption
7484It is a simple program to implement and understand the basic of end_to_end encryption.
7585Here i am using caesar cipher to encrpt nbut in reality they Use algotihms lile SHA-1, RSA etc.
@@ -372,28 +382,7 @@ Distributed under the MIT LICENSE license. See [``LICENSE``](https://github.com/
372382
373383The following people helped in creating the above content.
374384
375- * <a href =" https://github.com/Logan1x " target =" _blank " >Khushal Sharma</a >
376- * <a href =" https://github.com/KayvanMazaheri " target =" _blank " >Kayvan Mazaheri</a >
377- * <a href =" https://github.com/kalbhor " target =" _blank " >Lakshay Kalbhor</a >
378- * <a href =" https://github.com/Pradhvan " >Pradhvan Bisht</a >
379- * <a href =" https://github.com/toonarmycaptain " target =" _blank " >David Antonini</a >
380- * <a href =" https://github.com/vigov5 " target =" _blank " >Nguyen Anh Tien</a >
381- * <a href =" https://github.com/akshitgrover " target =" _blank " >Akshit Grover</a >
382- * <a href =" https://github.com/Sharanpai " target =" _blank " >Sharan Pai</a >
383- * <a href =" https://github.com/MadhavBahlMD " target =" _blank " >Madhav Bahl</a >
384- * <a href =" https://github.com/ishank011 " target =" _blank " >Ishank Arora</a >
385- * <a href =" https://github.com/vis2797 " target =" _blank " >Vishal Sharma</a >
386- * <a href =" https://github.com/apuayush " target =" _blank " >Apurva Nitanjay</a >
387- * <a href =" https://github.com/SuryaThiru " target =" _blank " >Surya K</a >
388- * <a href =" https://github.com/szepnapot " target =" _blank " >Peter L.</a >
389- * <a href =" https://github.com/ehnydeel " target =" _blank " >Andreas K.</a >
390- * <a href =" https://github.com/zinuzoid " target =" _blank " >Jetsada Machom</a >
391- * <a href =" https://github.com/pr0me " target =" _blank " >Lukas S.</a >
392- * <a href =" https://github.com/Rafi993 " target =" _blank " >Rafi993</a >
393- * <a href =" https://github.com/iyanuashiri " target =" _blank " >Iyanu Ashiri</a >
394- * <a href =" https://github.com/niharikakrishnan " >Niharika Krishnan</a >
395- * <a href =" https://github.com/lionasp " target =" _blank " >Pugach Vitalii</a >
396- * <a href =" https://github.com/ayrusme " target =" _blank " >Surya Raman</a >
385+ 
397386
398387### If you like the project give a star [ <img src =" Selection_008.png " alt =" Star button " align =" top " >] ( https://github.com/Logan1x/Python-Scripts/stargazers )
399388
0 commit comments