What type of encryption standards and/or related algorithms are used in DataMiner?
For authentication? For files? Others?
Sammy Dewilde [SLC] [DevOps Advocate] Selected answer as best
For the client side:
The Cube launcher is signed, and checked using SHA256.
Saved credentials are stored using the Data Protection API of Windows, using the CurrentUser scope (i.e. only the current user can decrypt it). DPAPI uses AES256.
Lander Vanhaverbeke [SLC] [DevOps Member] Answered question