You are on page 1of 1

Information Security & Cyber Law-IT308 (2017-18) 16IT424

PRACTICAL 1

AIM: Write a program to encrypt and decrypt text using caesar cipher algorithm

CODE:
#include<stdio.h>
#include<conio.h>
#include<iostream.h>
#include<math.h>
#include<string.h>
void main()
{

1
th
6 Sem IT, BVM Engineering College (Autonomous)

You might also like