Problem Statement
How does TLS/SSL encryption improve Node.js security?
Explanation
TLS (Transport Layer Security) encrypts data between client and server, preventing eavesdropping and tampering. Node’s `https` and `tls` modules enable secure communication using certificates.