Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I have some files on my flash drive that I don't want to fall into the wrong hands, so I was wondering does anyone know were I can find a tutorial on encrypting my flash drive (or folders )in vb.net because I want to write my own app but I want to know how somebody else did it first.
Posted
Comments
Peter_in_2780 28-Jun-10 21:21pm    
Reason for my vote of 1
Asking the same question three days running won't get any more answers. It's just going to annoy those who might have an answer.

1 solution

You'll need to know:

Streams (particularly FileStream, MemoryStream), as well as cryptography basics. If you're stuck, start with Rjindael encryption.

Not too intuitive at first, but I'm sure you'll get it, if you try.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900