Sankalp Verma
@sankalpshanky007
3 published packets
Joined Mar 2021
Published Projects
XOR Encryption in C++
A simple encryption method made in c++. This project takes a key and plaintext from the user and encrypts the plaintext by performing characterwise XOR on plaintext with key.
Mar 29, 2021
Bank Identification Number Checker in C++
Bank Identification Number(BIN) checker using C++. The purpose of this program is to check if the given Bank Identification Number(BIN) is legitimate or not.
Mar 29, 2021
Vigenere Cipher in C++
Vigenere cipher is one of the most popularly used alphabetic cipher. This program implements Vigenere cipher in C++.
Mar 28, 2021