|
| Inicio → WINDEV 2024 → Encryption Algorithm between Client and Server of a HF SQL Server |
| Encryption Algorithm between Client and Server of a HF SQL Server |
| Iniciado por guest, 12,oct. 2017 15:04 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 12,octubre 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 ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 12,octubre 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/… |
| |
| |
| | | |
|
| | |
| |
| Publicado el 12,octubre 2017 - 16:16 |
| |
| |
| | | |
|
| | | | |
| | |
|