Skip to content

Instantly share code, notes, and snippets.

@mukasc
Last active July 3, 2020 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mukasc/edfd7d5eee7edde4661f481d6fadde51 to your computer and use it in GitHub Desktop.
Save mukasc/edfd7d5eee7edde4661f481d6fadde51 to your computer and use it in GitHub Desktop.
Parm(In:&Text, In:&Key, In:&IV, Out:&OutText);
//Decrypted using the TripleDES algorithm using CBC mode (Cipher Block Chaining).
&OutText = &DelsoftTripleDES.gxdecrypt(&Text, &Key, &IV)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment