• Stars
    star
    1
  • Language
    C#
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Seperated two c# applicatioons to encrypt and decrypt text files. Encrypt application read a message and wriite thee encrypted message into a text file. Decrypt application read that text file and write the orginal message by using the encrypted key to aa text file.