gptkb:AES-CTR
|
XORs plaintext with encrypted counter
|
gptkb:Counter_Mode
|
encrypts counter value and XORs with plaintext
|
gptkb:Double_DES
|
E_{K2}(E_{K1}(plaintext))
|
gptkb:Counter_(CTR)
|
turns block cipher into stream cipher
|
gptkb:Triple_DES_(3DES)
|
gptkb:EDE_(Encrypt-Decrypt-Encrypt)
|
gptkb:RSA_encryption
|
plaintext is raised to the power of public exponent modulo n
|
gptkb:knapsack_cryptosystem
|
sum of selected weights
|
gptkb:Niederreiter_cryptosystem
|
maps plaintext to syndrome
|
gptkb:3DES
|
applies DES three times to each data block
|
gptkb:Counter_(CTR)_mode
|
encrypts counter value and XORs with plaintext
|
gptkb:Vigenère_cipher
|
shifts each letter of plaintext by the value of the corresponding letter of the key
|
gptkb:CBC_(Cipher_Block_Chaining)
|
XORs plaintext block with previous ciphertext block before encryption
|
gptkb:Electronic_Codebook_(ECB)_mode
|
each block encrypted independently
|
gptkb:Triple_Data_Encryption_Algorithm
|
encrypt-decrypt-encrypt
|
gptkb:EEE_(Encrypt-Encrypt-Encrypt)
|
encrypt with key1, encrypt with key2, encrypt with key3
|
gptkb:Cipher_Feedback_(CFB)
|
XORs plaintext with encrypted previous ciphertext
|
gptkb:cipher_block_chaining_(CBC)
|
each plaintext block is XORed with previous ciphertext block
|
gptkb:Triple_DES_(3DES)
|
gptkb:EEE_(Encrypt-Encrypt-Encrypt)
|