I want to encrypt some packets sent between a TIdTCPClient
and a TIdTCPServer
component. On the client side, I can use TIdBlockCipherIntercept
to implement my encryption/decryption. But, I can't find the matching server side component to assign to my IdTCPServer
, and I couldn't find anything on Google. What should I do?
In the absence of a TIdServerIntercept
descendant, you can handle the OnConnect
event and assign a TIdBlockCipherIntercept
instance to the server connection's Intercept
property.
AContext.Connection.Intercept := TIdBlockCipherIntercept.Create(AContext.Connection);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With