Results 1 to 2 of 2

Thread: what is the best encrypton ?

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    44

    what is the best encrypton ?

    Does anyone know wat is the best wa to encrypt a file and send over a network to someone else which is best supported by VB.NET.And does anyone know how i can convert my string to bytes or ACSII .......................willing to hear from anyone suggestions
    Last edited by Linkesh; Jun 27th, 2002 at 07:45 PM.
    For Strength And Honour..

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    For converting strings to byte arrays you can use the System.Text.ASCIIEncoding class's GetBytes method. Have a look at this thread

    There are several encryption methods supported by the framework.
    The Rijndael algorithm is considered very secure. Have a look at the System.Security.Cryptography Namespace, and the RijndaelManaged Class in particular. I haven't tried it yet, so I can't give an example, but I am sure there must be some samples around on the internet.

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