Results 1 to 3 of 3

Thread: VB.NET encryption/decryption

  1. #1

    Thread Starter
    Hyperactive Member boku's Avatar
    Join Date
    Dec 2004
    Posts
    386

    VB.NET encryption/decryption

    Using the following characters ONLY

    abcdefghijklmopqrstuvwxyz
    ABCDEFGHIJKLMNOPQRSTUVWXYZ
    0123456789
    ~!@#$%^&()_+`-=[];',.{}

    I need a decent algorithm to encrypt a textbox string which holds a file name and extension that must not be readable by human eyes i.e.

    "File.txt"

    "Gd7&.@0x"

    I also have a textbox where the user can set a password so that the filename and extension can also be decrypted back to the original file name.

    Offers and time required please.
    -BoKu-

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: VB.NET encryption/decryption

    Have you tried searching the forums on how to do it?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Thread Starter
    Hyperactive Member boku's Avatar
    Join Date
    Dec 2004
    Posts
    386

    Re: VB.NET encryption/decryption

    I don't have the time to search around and look for it and then to make sure it all works etc, I've got a lot to do at the moment which is why I would like a quick bang thank you mam solution to it...
    -BoKu-

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