wwwinfo4net Posted October 28, 2011 Posted October 28, 2011 (edited) Encryption and Decryption in vb.net possible? 1)when my form load text.exe to text.enc file encrypted but when my form closed text.enc to text.exe file decrypted sample file name(text.exe file)(encrypted file text.enc)(decrypted file text.exe) How? plz give me sample.. Edited October 28, 2011 by wwwinfo4net Quote
Leaders snarfblam Posted October 28, 2011 Leaders Posted October 28, 2011 I'm not clear on exactly what you are trying to do, but if you're looking to encrypt files, you'll want to check out the System.Security.Cryptography namespace. There are plenty of tutorials and articles on encryption, for example, http://www.codeproject.com/KB/security/EncryptFile.aspx. I suggest you check out the tutorials and documentation that already exist, and if you get stuck or have a more specific question, we'll be glad to try to help. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.