Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (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 by wwwinfo4net
  • Leaders
Posted

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.

[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...