[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Encrypt / Decrypt with OpenEdge v10.2b

  • Thread starter Thread starter gus bjorklund
  • Start date Start date
Status
Not open for further replies.
G

gus bjorklund

Guest
well, for one thing, longchars may only contain characters valid for the code page being used. and embedded nul bytes are not allowed. the encrypt function produces binary data as output, not characters. so you cannot store the encrypted text in a longchar. -gus

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