Consultor Eletrônico



Kbase P39198: How to compare encrypted and unencrypted source ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/23/2010
Status: Verified

GOAL:

How to compare encrypted and unencrypted source ?

GOAL:

How to compare XCODE source to unencrypted source ?

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

FIX:

The easiest way to do this is to encode the unencrypted code using the XCODE utility (and the same encryption key), and comparing the new XCODEd procedure with the existing one. If the sources are the exact same version the encrypted versions should be identical.

Be aware that the XCODE encrypting may change between Progress versions, so the second encryption should be done using the same version as the original encryption.