Hi everyone,
We recently had this need to implement a 128-bit encryption algorithm to protect user passwords in Progress. We acquired OpenEdge 10, and realized this platform offers some functions for this purpose (Encrypt, Decrypt, GENERATE-PBE-KEY, GENERATE-RANDOM-KEY, etc).
We're...