security - Key Exchange between SQL Servers -


i have implement "secure communication" between 2 microsoft sql servers. "communication" in case asynchronous high-latency operation , have work least possible amount of round trips. there no shared secret available between 2 servers, , no secure channel. communication equipment not support secure transmission.

(i know under these circumstances can't prevent against active mitm attacks, that's above paygrade, want else right.)

sql server allows builtin aes256 encryption/decryption want use, have make key exchange beforehand.

i thought use builtin dhke, since better not implement security-related myself. has sql server builtin dhke functions, or can setup sql server reliably support dhke? there other option should for?


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

asp.net core mvc - How important is the global.json and src folder? -

Maven Javadoc 'Cannot find default setter' and fails -