Forum Post: RE: password encryption

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

Michael Jacobs

Guest
OpenEdge does not encrypt passwords except in its _user table test accounts and the Domain access code used for Client-Pirncipal token generation, neither of which do not meet any industry standard. The language does support, for general use, some algorithms for message digest, symmetric encryption, and simple key generation. The language does not support any of the asymmetric algorithms, including the one you mention. You will need to query OpenEdge product management for information relating to future plans in this space.

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