Results 1 to 4 of 4

Thread: Putting Secuity on my Flash Disk

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2008
    Location
    Surigao City
    Posts
    23

    Putting Secuity on my Flash Disk

    Every time when my usb is plug it will prompt as password??
    if the password is not example to my database it will eject.....
    how to autorun my application in my flsh disk????
    i dont know how???
    please help.....

  2. #2
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236

    Re: Putting Secuity on my Flash Disk

    Just copy all the files that you know are yours of the flash drive and format it. There is software you can use on a flash drive that needs a password to access it but you don't actually need it.

    Edit: Sorry I've just reread the question. You want to put your own security on the flash drive. Well that could be done if the password is in the database and the database is password protected. I'm sure someone has cracked database passwords for 2000 and greater by now.

    Other that that you install this password protection to the drive.
    Last edited by Keithuk; Nov 7th, 2008 at 07:22 AM.
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

  3. #3
    Hyperactive Member jp26198926's Avatar
    Join Date
    Sep 2008
    Location
    General Santos City, Philippines
    Posts
    310

    Re: Putting Secuity on my Flash Disk

    Quote Originally Posted by knight_jose
    how to autorun my application in my flsh disk????
    make autorun.inf file
    Code:
    [autorun]
    
    open  = YourApplication.exe
    icon   = YourApplication.exe
    label  = My Flash Disk
    action= Run My Application

  4. #4
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Putting Secuity on my Flash Disk

    If you use a U3 flash drive you can burn your own iso on the cd portion of the flash drive and have your code read the iso if not valid program will not run.
    else open the db. They could not open your db by copying to another flash drive as it would not have this iso. The hardest part is replacing the iso as it cannot be edited
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width