Shipped components

TcISGEncryption.dll

This is a helper dll which wraps the methods to encode and decode a NC-Program.

Functions:
unsigned long encode_cnc_file (char *pIn, char *pOut, char *password);

unsigned long decode_cnc_file (unsigned char *pDest, char *pName, long offset, long length, char *password);

encode_cnc_file

char *pIn -> Filename for inputfile

char *pOut -> Filename for outputfile

char *password -> Password for encryption

decode_cnc_file

unsigned char *pDest -> Buffer for output

char *pName -> Filename for input

long offset -> Offset for reading inside the inputfile

long length -> Length of reading

char *password -> Password for decryption