关于密码学的几个基本概念
$$E=mc^2$$
Cipher & Encrypt
在密码学(cryptographic)里面,encrypt & decrpty 就是加密和解密,但也经常见到 cipher,而且“密码”的中文表述就更加混乱了,cipher、password、passphrase 都可以被翻译成”密码”,分析其英文单词来源:
* cipher:=cypher(名词,暗号),后来被衍生为动词:把(消息)写成密码,也就是加密。
decipher:由 cipher 衍生的反义词,即:动词,解密。
进一步,明文被称为 plaintext,对应的密文则是 ciphertext
* passwor