Using Cryptlex on Raspberry 3 ( C++ )

Hello, I’m planning to use Cryptlex 3 on my software, but it will be embedded on a raspberry 3.

As the Raspberry doesn’t have a hardware clock and will be offline most of the time, I have several questions.

Also, I’m planning to make the external hardware clock necessary for running the program.

if the hardware clock is removed there is a default time date at each startup (November 2016). how this affects the license state?

How does a system time change with sudo affect the license state?
Do we have to put the date time at an actual time date for a time-limited license?

Hi,

LexActivator ( Cryptlex client C library) handles all the time related stuff. It validates the local time of device using C time() function.

You only need to set the license validity in the dashboard.

If by removing the hardware clock, the C time function doesn’t return the correct time then it will return LA_E_TIME error.

For offline activation please refer to following:
https://docs.cryptlex.com/node-locked-licenses/offline-activations

1 Like