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 1st September 2020
All SLNet communication of a DataMiner Agent can be configured to use encrypted connections. Data sent over those connections will be encrypted using a Rijndael algorithm, using a 256 bit session key (negotiated during authentication via a 1024 bit RSA key pair)
Sammy Dewilde [SLC] [DevOps Advocate] Selected answer as best 1st September 2020
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 27th August 2020