D5 · Crypto

What is the difference between cleartext and plaintext?

Plaintext = data before encryption (intended to be encrypted). Cleartext = data that was never encrypted and is transmitted openly (HTTP, FTP, Telnet).
Transmitting sensitive data in cleartext is a critical vulnerability. Replace HTTP with HTTPS, FTP with SFTP, Telnet with SSH. Packet sniffers trivially capture cleartext credentials.
← Back to Glossary Practice Questions →