show / hide menu

DecryptFromSecurity

This function is used to decrypt the data using security service.

Syntax:

DecryptFromSecurity(Value,Salt)

where

Value is the encrypted data for decryption.

Salt is a value combined with the actual data to generate a key

Example:

TextBox1.Value=DecryptFromSecurity(“ux8R0oDk82J1glAjWnQ0Y3EKSzpkpVkiXCsDmO9rK8tqa7iXpv5ef8vt0Jo3NNjG”,”abckey”)

                                                                                          (figure 1)

(figure 2)

The function will decrypt the value specified.