what is the shortest and safest way to encrypt a file in c#?
I have made an application that stores some confedential information in that file i want to encrypt that file so that the content remains safe and i dont want the file to be deleted by others?
help me with this!!

