PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Encryption Algorithm between Client and Server of a HF SQL Server
Encryption Algorithm between Client and Server of a HF SQL Server
Débuté par Michael Drechsel, 12 oct. 2017 15:04 - 2 réponses
Posté le 12 octobre 2017 - 15:04
Hi,

our security manager ask me which encryption algorithm windev use between clients and server. I use the option “fast”, but I don´t know which algo is that. Can anybody help me ?
Posté le 12 octobre 2017 - 15:31
If you're using the Crypt function with the (default) cryptFast constant, the help doesn't really tell you specifically what standard - I think it's AES 128bit encryption. But after investigating further, it's also worth noting that Crypt has been replaced with CryptStandard from WX22 and that function specifies AES 128bit.

https://help.windev.com/en-US/…
Posté le 12 octobre 2017 - 16:16
Hi Darren,

thx.