Admin: Realtime helper utility
The following command line application is provided in the RPI deployment files:
DeploymentFiles\Utilities\RedpointRealtime\Redpoint.RealtimeHelper.exe
It can be used to perform a number of useful tasks to assist in the ongoing management of an RPI Realtime installation:
Decompress a visitor profile:
redpoint.realtimehelper profile <profile to decompress>redpoint.realtimehelper profile -db <e.g. mongodb,cosmosdb> <profile to decompress>
Encrypt an appsettings password setting:
redpoint.realtimehelper appsetting <setting to hash>
Encrypt a visitor ID:
redpoint.realtimehelper visitorid encrypt <visitor id to encrypt>
Decrypt a visitor ID:
redpoint.realtimehelper visitorid decrypt <visitor id to encrypt>