#include<stdio.h> void main() { FILE *fp,*fp1; int choi; char name[20],temp[20]={"Temp.txt"},c; clrscr(); printf("Press 1 to Encrypt \nPress 2 to Decrypt"); printf("Enter your Choice:");