While reading a guide on IPSec, i came across this sentence:
IPSec is transparent to the user and the applications.
Can someone please tell me what is meant by being transparent from security view point?
While reading a guide on IPSec, i came across this sentence:
IPSec is transparent to the user and the applications.
Can someone please tell me what is meant by being transparent from security view point?
Nothing. Transparent means it does not change anything for the user and application, so you don't have to rewrite your apps to use it, unlike TLS. You don't have to copy certificates and keys around etc. It is basically an ease of use thing. You just enable it and it works.
It just means the user and the applications don't notice it. More of a UX perspective than a security one.