HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
876 stars 1.05k forks source link

Vernam CIpher- Winter of Code #1571

Closed Sidhant-Gupta closed 3 years ago

Sidhant-Gupta commented 3 years ago

💥 Proposal- Vernam Cipher

(A clear and concise description of what the proposal is.) Add Vernam Cipher algorithm in the cryptographic section. Vernam Cipher is a symmetric key cryptographic algorithm and is one of the transposition technique that converts plain text into ciphertext.

Tasks- Encrypt the plain text to cipher text using vernam cipher in C++. Decrypt the cipher text obtained back to plain text using vernam in C++.

Have you read the [Contributing Guidelines on Pull Requests]

Yes, I have read.

rutujadhanawade commented 3 years ago

I would like to do this in python please assign me this @shraddhavp