|
Hi consider this:
Dcl-s sq char(1) inz(''''); // 4 single quote
Dcl-s dq char(1) inz('"'); // 1 single + 1 double + 1 single
and then:
cmd = 'echo ' + sq + encodedExchangeToken + sq
+ '| openssl enc -d -aes-128-ecb -K '
+ '363631653237354f494d31554c594c4a -nopad -nosalt '
+ '-base64 -A -out record';
HTH
--
Marco Facchinetti
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.