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 interested in taking advantage of this new feature but there is not enough information or examples (YET?) on how to implement them.
Does anybody has some sort of code illustrating the use of Encrypt/Decrypt functions, or any useful link telling how to begin?
(Progress 4GL Reference Help hardly explains the use of them).
Thank you beforehand!
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 interested in taking advantage of this new feature but there is not enough information or examples (YET?) on how to implement them.
Does anybody has some sort of code illustrating the use of Encrypt/Decrypt functions, or any useful link telling how to begin?
(Progress 4GL Reference Help hardly explains the use of them).
Thank you beforehand!