Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 253 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 253 Bytes

Cryption

en/de cryption using C

run the program

csc main.cs

Explaination

In the above program, we have used simple logic for encrypting and decrypting a given string by simply adding and subtracting the particular key from ASCII value.