Coders Packet

Packets submitted by Gokul S Nambiar

Vigenere Cipher using C++

A C++ program to encrypt a text using Vigenere Cipher giving message as input and result.

Caeser Cipher using C++

A C++ program to encrypt text using Caeser Cipher giving message and key as input and result.

Armstrong Number-C++

A C++ program to check whether a given integer of any size is an Armstrong number or not.