반응형 IT #네트워크 #Web #Internet1 HTTP vs HTTPS HTTPIn standard HTTP, all information is sent in clear text → Vulnerable to hackersHTTPSHTTP with a security featureHTTP 프로토콜을 통해 가져온 데이터를 암호화시킨 것 The data is scrambled to unreadable form as a travel across the internet데이터 암호화를 위해서 SSL(Secure Socket Layer) 프로토콜을 사용 SSL은 보안과 성능을 위해 두가지 암호화 방식을 사용함대칭키 암호화동일한 키로 데이터를 암호화하고 복호화echo 'this is the plain text' > plaintext.txt;openssl enc -e -des3 -salt .. 2025. 7. 31. 이전 1 다음 반응형