Skip to content

Instantly share code, notes, and snippets.

@mukasc
Last active July 3, 2020 19:24
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/55d8a5eebb7cf7bb5405ed4f9004782a to your computer and use it in GitHub Desktop.
Save mukasc/55d8a5eebb7cf7bb5405ed4f9004782a to your computer and use it in GitHub Desktop.
Parm(In: &Json, In: &EncKEY, In: &DecKEY, In: &IV, Out: &StringResponse);
&NewIV = &DelsoftTripleDES.gxcriaIvDummy()
&NewIVCript = TEC_AnnaEncryptTripleDES.Udp(&NewIV, &DecKEY, &IV)
&Retorno = TEC_AnnaEncryptTripleDES.Udp(&Json, &EncKEY, &NewIV)
&StringResponse = &Retorno + '' + &IV + '' + &NewIVCript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment