$string encrypt/decrypt

Allows you to convert a normal string object into a randomized sequence of characters and converts randomized sequence of characters into the original string.


Example

Running this code will encrypt the string named "http://www.ubotstudio.com/" with the following properties:

  • Algorithm: RFC2898
  • Secret Key: asdfghjkl
  • Salt Key: qw5ertyuio582745ghjklzxcv9bnm

This is shown in the UBot browser.

set(#encrypt,$plugin function("Data and Files Automation.dll", "$string encrypt/decrypt", "http://www.ubotstudio.com/", "RFC2898", "Encrypt", "asdfghjkl", "qw5ertyuio582745ghjklzxcv9bnm"),"Global")
load html(#encrypt)

Was this helpful?

Previous Article

$string encode/decode

Next Article

$string fuzzy