[Manual] Encrypt Backup Data
NovaBACKUP DataCenter
Encrypt Backup Data
Objective
By default, there is no encryption applied on the backup data.
Nevertheless, there is an encryption option you can use if you need to encrypt the backup data before sending it.
There is an option available to encrypt the connection only, please see: “Configuration Manager – Security”
Process
Here is the description of the Hiback software encryption
Edit the CONDEV
- The encryption key must be defined before activating the “Hiback software encryption” backup job option
- In the clients CONDEV (installdir\Hiback\CONDEV). Edit in a text editor and add the following entries:
&cryptdir: The directory where the key file resides.
&cryptkey: The name of the key file residing in cryptdir.
Example:
&cryptdir: C:\temp
&cryptkey: key.bin
defines the key file C:\temp\key.bin.
The key file must be at least 32 KiB of size and can be created using the tool
C:\Program Files\NovaStor\DataCenter\Hiback\rangen.exe
rangen.exe takes 2 integer values in the range between 1 and 30081.
The values are taken as “seed” values for the creation of key file filled with random data of size 32 KiB.
Example:
cd C:\Program Files\NovaStor\DataCenter\Hiback
rangen.exe 5 6367 C:\temp\key.bin
Creates the named file and fills it with random data which can be re-created identically on basis of the 2 seed values 5 and 6367 at any time with identical content.
Note: Instead of a rangen generated file any file of at least 32 KiB size can be used as key file.
***Note: The CONDEV file will need to be edited on the agents, as well as the "key.bin" that was recently created, needs to be in the corresponding location on the client side.***
Attachments