Encryption
摘要
Data encryption translates data into another form, or code, so that only people with access to a secret key (formally called a decryption key) or password can read it. Encrypted data is commonly referred to as ciphertext, while unencrypted data is called plain text. Currently, encryption is one of the most popular and effective data security methods used by governments and organizations. Two main types of data encryption exist—asymmetric encryption, also known as public-key encryption, and symmetric encryption.