[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Integrating with Xero API - RSA-SHA1 Signatures

  • Thread starter Thread starter markgreenway
  • Start date Start date
Status
Not open for further replies.
M

markgreenway

Guest
Sorry, missed a bit. Here's the BASE64-ENCODE of the encrypted string, basically taken straight from the OpenEdge help file DEFINE VARIABLE encdmptr AS MEMPTR NO-UNDO. DEFINE VARIABLE encdlngc AS LONGCHAR NO-UNDO. COPY-LOB FROM FILE "C:\temp\OPENSSL\signature.bin" TO encdmptr. encdlngc = BASE64-ENCODE(encdmptr). MESSAGE STRING(encdlngc) VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top