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...
Continue reading...