Posts by Marcos • 19 points
1 post
-
1
votes0
answers536
viewsQ: How to encrypt a file using c#?
I need to create a function to encrypt files using the Caeser method without using the ready-made functions of the C#library. My code does not work for large files the computer hangs: public static…