Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 453 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 453 Bytes

C-ENCRYPT-DECRYPT

version 0.1 By Ashish Kumar. E-mail ashish.k.199710@gmail.com

This is a small peice of code, which will encrypt or decrypt a text file present in same directory. Password can only be a to z without spaces.

For encryption input.txt is file that you want to encrypt, output.txt is encrypted file. For decryption output.txt is file that you want to encrypt, input.txt is decrypted file.

SUGGESTION ARE WELCOME/NEW TO PROGRAMING.