QuercusVL Programming Manual
In “Src” and “Include” installation folders, the following files implementing the encryption are
available:
●
aes.c and aes.h: low-level implementation of AES codification.
●
CryptoTools.c and CryptoTools.h: functions for encrypting and decrypting a byte array.
It uses functions located in aes.c and aes.h.
●
UDPTools.c and UDPTools.h: UDP communication functions. It calls functions located in
CryptoTools.c and CryptoTools.h to encrypt communications.
All provided programming examples that call the DLL functions, can use the protocol
encryption, just setting “Communications/Password” parameter on its configuration files.
8.2.2. SFTP server
When using encrypted communications, access to summaries and incidences through FTP is
disabled. SFTP is enabled instead, that allows communications encryption, and increases
security and confidentiality of stored summaries and incidences.
To access to stored data: :
●
sftp://<ip_of_the_unit>/Log/Incidences
●
sftp://<ip_of_the_unit>/Log/Summaries
If the integration tool is enabled:
●
sftp://<ip_of_the_unit>/Log/Integration/SetX (where 'X' is the Set identifier).
Quercus Technologies
227