A C++ program to encrypt a text using Vigenere Cipher giving message as input and result.
A C++ program to encrypt text using Caeser Cipher giving message and key as input and result.
A C++ program to check whether a given integer of any size is an Armstrong number or not.