ZoranPandovski / al-go-rithms

:musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Creative Commons Zero v1.0 Universal
1.34k stars 1.94k forks source link

New encryption algorithms and ciphers #60

Closed ZoranPandovski closed 7 years ago

ZoranPandovski commented 7 years ago

We need more encryption algorithms and ciphers in any language. PR's are welcome. Just follow the structure : https://github.com/ZoranPandovski/al-go-rithms#contribution.

akshitgrover commented 7 years ago

@ZoranPandovski I have insertion sort can I create a PR?

ZoranPandovski commented 7 years ago

@akshitgrover Sure

akshitgrover commented 7 years ago

@ZoranPandovski PlayFair Cipher in C. I am creating a PR.

akshitgrover commented 7 years ago

@ZoranPandovski I am thinking of a python script to mimic End To End encryption mechanism, A basic one though. Should I create a PR once I am done?

ZoranPandovski commented 7 years ago

@akshitgrover Sure

akshitgrover commented 7 years ago

@ZoranPandovski I have a c program for hill cipher, Maybe I can create a PR, Look forward to it.