Question[Help]Make a Flash Drive Lock?

Posts 18 of 8 · Page 1 of 1
[Help]Make a Flash Drive Lock?
Hay, Im Trying to make a Lock Program for my flash drive, what i wont it to do is
Lock all files on it from being seen or used, i now how to make a login thing(I mad a Screen Lock out) But i not sher how to lock a drive...
anything help??
Quick thinking..easiest way I can think of if it views all of the extensions in your flash drive saves them...then changes it to a unsupported file ext. so when you want to view them you will click on the program enter your password and it would change it back.
what he said.us
Hmm... Im going to try something.
Yeah, best thing to do is to put everything in like a .RAR/.ZIP file
then make it password protected,
only other way i can think of is erm,
just make a normal login, like i don't know erm,

make textbox1 and button1
add a form2

now in button1 add the simplist code in the world haha everyone know this .. add this ..

if textbox1.text = "your password here" then
form2.show


Quote Originally Posted by Stephen View Post
what he said.us
hahah i love your sig the part that says

'im not addicted to mpgh, mpgh is addicted to me'

classic :P
or

if textbox1.text = "Your password here" then
me.hide
form2.show

then erm find a way on google to make it auto run and make it so
it has no close button
change border to ... fixed single
that should do it
if you get someone that knows alt-f4 though you'd be pretty screwed.
so safest way is to put in rar or zip file and password protect it using their way.
Thank me if i helped.
Quote Originally Posted by D e a t h h a u n t S View Post
Yeah, best thing to do is to put everything in like a .RAR/.ZIP file
then make it password protected,
only other way i can think of is erm,
just make a normal login, like i don't know erm,

make textbox1 and button1
add a form2

now in button1 add the simplist code in the world haha everyone know this .. add this ..

if textbox1.text = "your password here" then
form2.show




hahah i love your sig the part that says

'im not addicted to mpgh, mpgh is addicted to me'

classic :P
or

if textbox1.text = "Your password here" then
me.hide
form2.show

then erm find a way on google to make it auto run and make it so
it has no close button
change border to ... fixed single
that should do it
if you get someone that knows alt-f4 though you'd be pretty screwed.
so safest way is to put in rar or zip file and password protect it using their way.
Thank me if i helped.
SO easy to crack! just remove it and debug!
Quote Originally Posted by Zoom View Post
SO easy to crack! just remove it and debug!
Ever heard about exe files they are executables for the windows operating system they normally don't come with a source code just 0's and 1's

I suggest making somthing that auto changes all names off the files with a simple ecription program (look out here there is somthing like a maximum lengt of a file name so your encripted filename cant be to long)

Unless you want to get real advance like creating invisible partitions on the usb stick were it stores data in

also a funny option would be to just google a ftp client sourcecode and let it upload all the files to ftp server when you press lock and download when you press unlock

BTW i used packing when i placed somthing on the school server (secred location) they found it and just removed the rar file
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?