名词/形容词:指未经加密、格式化或特殊编码处理的普通文本。在计算机和信息安全领域,特指未加密的原始文本数据;在日常用语中,也可指不含任何格式标记的纯文本。
/ˈpleɪnˌtɛkst/
You should never send passwords in plaintext.
你绝不应该以明文形式发送密码。
The encryption algorithm converts plaintext into ciphertext, ensuring that sensitive information remains unreadable to anyone who intercepts the message during transmission.
加密算法将明文转换为密文,确保敏感信息在传输过程中即使被截获,也无法被他人读取。
由 plain(简单的、朴素的)和 text(文本)组合而成。plain 源自古法语 plain,最终追溯到拉丁语 planus,意为"平坦的、清晰的"。text 源自拉丁语 textus,意为"编织物、文本"。该词最早用于密码学领域,指加密之前或解密之后的原始可读文本,与 ciphertext(密文)相对。随着计算机技术的发展,其含义扩展到泛指不含格式标记的纯文本文件。