Search results for query: *

  • Users: JustBarno
  • Content: Threads
  • Order by date
  1. J

    Encrypt/Decrypt password for client to submit to webservice

    Encryption is triple DES, which gives me a result in Byte Array, the byte array is converted to a string using System.Text.ASCIIEncoding Dim oEncryption As New Score.Common.Encryption Dim oEncode As New System.Text.ASCIIEncoding strEncodedString =...
Back
Top