English | French |
encryption key | clé de chiffrement (A bit string that is used in conjunction with an encryption algorithm to encrypt and decrypt data) |
full volume encryption key | clé de chiffrement de volume complet (The algorithm-specific key that is used to encrypt (and optionally, diffuse) data on disk sectors. Currently, this key can be either 128 bits or 256 bits advanced encryption standard (AES). The default encryption algorithm that BitLocker Drive Encryption uses is AES 128 bit with diffuser) |
key encryption | chiffrement à clé (The creation of a randomly-generated symmetric key to encrypt file data) |
public key encryption | chiffrement à clé publique (A method of encryption that uses a pair of mathematically related keys: a public key and a corresponding private key. Either key can be used to encrypt data, but the corresponding key must be used to decrypt it) |
secret key encryption | chiffrement à clé secrète (An encryption algorithm that requires the same secret key to be used for both encryption and decryption. Because of its speed, symmetric encryption is typically used when a message sender needs to encrypt large amounts of data) |