Consultor Eletrônico



Kbase P118888: How to identify code encrypted using XCODE?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/09/2006
Status: Unverified

GOAL:

How to identify code encrypted using XCODE?

GOAL:

How to identify a file that was encrypted with XCODE without opening it?

GOAL:

How to differentiate between an encrypted code file and an unencrypted code file.

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x

FIX:

On UNIX the "file" command can be used to take a quick look at the source type of the file. For an unencrypted file the source type is ASCII with different variations ("text", "Java program", ...). For XCODE encrypted files the source will be "data".
On Windows, MKS Toolkit or Cygwin can be used to emulate UNIX commands including "file".