|
| RTC SDK StreamSec Fork | |
| Henrick Wibell Hellström 2024-08-15 06:04:21 Registered user |
I have added a StreamSec Fork of RTC SDK, based on version 9.52 in the main distribution.
Changes in 9.60: - Separate component packages for each supported Delphi version - The rtcSDK_STMT packages has been retired. The files are instead contained by the main RTC SDK component packages. The demo projects will gradually be modified to support HTTPS by default. |
| Henrick Wibell Hellström 2026-06-19 06:37:03 Registered user |
IMPORTANT: The comments in unit rtcCrypt were added by the original author, not me. I explicitly DO NOT endorse any security related advice written into the comments of that unit. It's actually some pretty terrible advice that wasn't adequate even at the time it was written. In particular, RSA-256 is easily cracked on practically any contemporary consumer device. ISAAC wasn't designed for confidentiality and has never been considered to be adequate as a stream cipher, due to it's class of weak keys.
Use SSL/TLS. |