%@ Language=VBScript %>
This sample shows basic crypt functions. When the encrypt button is pushed, It will encrypt the data in Data field with key in Key field and display Hex representation of encrypted data. When decrypt button is pushed, The hex representation of encrypted data is decrypted and displayed.