Specific USB Key development

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Philippe DA SILVA

    Specific USB Key development

    Hi all

    I've never been coding on the hardware side and so, I am willing to find some help around to help me getting the following functionalities working

    My current project involves, if possible, that a person can uses a specific USB key to store encryped data so he can take it with him and by plugging the USB key, getting access to it. For security and no other use reasons (users may want to store other data on it), I want the USB key not to be recognised as an USB drive by the system but when plugged having an application catching the plugged event from the system and getting its content to be decrypted and displayed

    Knowing that, I'd llike to know if it is doable. It sounds like I should develop my own USB driver and maybe also have some hardware specific production to avoid oher USB keys to act the same way. If you have any idea on how I could do that, I would appreciate

    Here is a summary of the requested features
    - USB Key never recognized as an USB drive by the system
    - Automatic catch of the plugged event from the system
    - Read and Write features on it

    Thank

    Philippe
  • DM McGowan II

    #2
    Re: Specific USB Key development

    "Philippe DA SILVA" <amadrias@wanad oo.fr> wrote in message
    news:D4924D7E-D0C7-4ED0-A2D5-BE8F0D4D2B08@mi crosoft.com...[color=blue]
    > Hi all,
    >
    > I've never been coding on the hardware side and so, I am willing to find[/color]
    some help around to help me getting the following functionalities working.[color=blue]
    >
    > My current project involves, if possible, that a person can uses a[/color]
    specific USB key to store encryped data so he can take it with him and by
    plugging the USB key, getting access to it. For security and no other use
    reasons (users may want to store other data on it), I want the USB key not
    to be recognised as an USB drive by the system but when plugged having an
    application catching the plugged event from the system and getting its
    content to be decrypted and displayed.[color=blue]
    >
    > Knowing that, I'd llike to know if it is doable. It sounds like I should[/color]
    develop my own USB driver and maybe also have some hardware specific
    production to avoid oher USB keys to act the same way. If you have any idea
    on how I could do that, I would appreciate.[color=blue]
    >
    > Here is a summary of the requested features:
    > - USB Key never recognized as an USB drive by the system,
    > - Automatic catch of the plugged event from the system,
    > - Read and Write features on it.
    >
    > Thanks
    >
    > Philippe[/color]

    You would have better luck posting to comp.arch.embed ded.

    Comment

    • Philippe DA SILVA

      #3
      Re: Specific USB Key development

      Thank you for you advice.

      Comment

      Working...