Hi Filip,
The Read-Write memory in the key is designed such that it can be modified by the application at runtime.
For your concern, I would recommend using static libraries to build the application. If the application is compiled using static linking, the end user will not have access to the library files and hence cannot make any changes to the key.
If modification of key memory at runtime is not required then we can also use Read-Only memory.
The data in Read-Only memory can be modified only by creating a license v2c file. Hasp_Write method in API does not work for Read-Only memory.
Please try these suggestions and let me know if you face any issues.
Thanks,
Ashish
The Read-Write memory in the key is designed such that it can be modified by the application at runtime.
For your concern, I would recommend using static libraries to build the application. If the application is compiled using static linking, the end user will not have access to the library files and hence cannot make any changes to the key.
If modification of key memory at runtime is not required then we can also use Read-Only memory.
The data in Read-Only memory can be modified only by creating a license v2c file. Hasp_Write method in API does not work for Read-Only memory.
Please try these suggestions and let me know if you face any issues.
Thanks,
Ashish