C# CF: encryption/decryption
Posted
by nuttynibbles
on Stack Overflow
See other posts from Stack Overflow
or by nuttynibbles
Published on 2010-03-13T22:02:15Z
Indexed on
2010/03/13
22:05 UTC
Read the original article
Hit count: 490
encryption
Hi, i've seen many article on encrypt/decrypt of file and typically a button is used to choose the file for encrypt and another button to decrypt the file.
i've seen some application like truecrypt and probably others which does file encryption on-the-fly with transparent. this means that when a encrypted file is clicked to access, it will automatically decrypt and play/open the file. then when the file is closed, it will automatically encrypt again.
what are the ways to do this in c# compact framework?
© Stack Overflow or respective owner