Starting Senetas Key Orchestrator - Senetas/SKC GitHub Wiki

Starting

To run the Senetas Key Orchestrator (SKC) change directory to the location where it was downloaded and unzipped and run:
(In these examples we will show the windows version, however SKC also runs under Unix and MacOS)

skc.exe

This will bring up the interactive menu version.

If this is the first time that SKC has been run then you will be asked to initialize the database.

image

Enter the admin password [minimum of 10 characters].

image

Enter the database key. (A default randomly generated key is provided for you) This provides the salt for any database encryption tasks.

image

Enter the cache size. The more memory the bigger the cache. A cache of 100000 slots will use approximately 1GM of memory.

image

SKC has been initialized and is now ready to run.

On windows this will create the encrypted database in the C:\ProgramData\Senetas directory, in Unix and MacOS it will create the database in the .\data directory under the install location.