gptkb:Cipher_Feedback_(CFB)
|
XORs ciphertext with encrypted previous ciphertext
|
gptkb:CBC_(Cipher_Block_Chaining)
|
decrypts ciphertext block and XORs with previous ciphertext block
|
gptkb:knapsack_cryptosystem
|
modular inverse and subset sum
|
gptkb:cipher_block_chaining_(CBC)
|
each ciphertext block is decrypted and XORed with previous ciphertext block
|
gptkb:Electronic_Codebook_(ECB)_mode
|
each block decrypted independently
|
gptkb:RSA_encryption
|
ciphertext is raised to the power of private exponent modulo n
|
gptkb:Counter_Mode
|
encrypts counter value and XORs with ciphertext
|
gptkb:Counter_(CTR)_mode
|
encrypts counter value and XORs with ciphertext
|
gptkb:Niederreiter_cryptosystem
|
uses private code to decode syndrome
|