Tag: cbc
Found 270 results for 'cbc'.
1) aes - AES + CBC encryption for a stream of UDP packets
2) tls - CBC related TLS cipher suites to be disabled in the server side
3) encryption - Exploitability of AES in CBC Mode For Recovery of Plain Text
4) encryption - Key-size of encryption method
5) rsa - Should I be concerned about padding oracle attacks if the lifespan of my key is ~1 minute?
6) aes - Help me understand how to do a crypto assignment about AES/CBC
7) cbc - One time pad in CBC mode?
8) aes - Is it safe to use the CBC-MAC as a Initial Vector and Key Check Value in deterministic encryption?
9) aes - How much data can I encrypt with AES before I need to change the key in CBC mode?
10) aes - Is it safe to use unauthenticated AES CBC when encrypting random bytes?
11) cbc - Clarification on the origin of `01` in this oracle padding attack?
12) rsa - Can you use RSA in “CBC mode”?
13) aes - Why was AES CBC removed in TLS 1.3?
14) tls - POODLE attack on TLS 1.2
15) aes - Relative merits of AES ECB and CBC modes for securing data at rest
16) cbc - Attacking CBC with predictable but encrypted IV
17) aes - Is the Java function AES/CBC/PKCS5Padding vulnerable to padding oracle?
18) rsa - Can AES-CBC be safely used in combination with RSA, or must it be CBC-MAC?
19) aes - Padding size with a CBC Block cipher in TLS
20) encryption - What is the correct way to implement PBKDF2 + AES CBC + HMAC?
21) encryption - Cipher Block Chaining - How do you change the plaintext of all blocks?
22) aes - How to use salt when there is only one user
23) aes - Session based AES with random key and static salt
24) encryption - Why should I use an Initialization Vector (IV) when I have unique keys?
25) aes - Why can't decrypt with OpenSSL if salt changed (for CBC and ECB)
26) encryption - Signal Protocol Header key encryption initialization vector
27) encryption - Is zero IV with AES-CBC safe if CPA is not possible and indistinguishability is not an issue?
28) aes - Parallel file encryption and authentication for large files
29) mac - CBC encryption + CBC MAC reusing key in MAC-then-Encrypt
30) encryption - Secure method of encrypting data within a database
31) encryption - What does (block cipher) decryption parallelizable mean?
32) aes - Is AES in CBC mode secure if a known and/or fixed IV is used?
33) aes - AES CBC mode or AES CTR mode recommended?
34) aes - Is there any benefit to verifying PKCS#7 padding when using AES CBC and HMAC?
35) aes - AES storing the length within the encrypted data versus storing it outside
36) tls - poodle padding multiple blocks?
37) aes - Implementing PKCS#7 Padding on a Stream of Unknown Length?
38) block-cipher - Why can the last block contain a full block of padding in CBC Encryption?
39) aes - AES-256, CBC, plaintext length is multiple of block size: Does PKCS #7 padding weaken the encryption?
40) tls - How does padding oracle attack work with bytes larger than possible length?
41) encryption - CBC-Mode Infinite Garble Extension
42) aes - AES CBC Security
43) aes - Is AES-GCM suitable for per chunk encryption?
44) aes - Initialization vector length insufficient in AES
45) hash - Does CBC encryption of a hash provide authenticity?
46) mac - Is reusing keys for CBC and CBC-MAC secure when using encrypt-then-MAC?
47) cbc - Encrypting (CBC) identical files with same key and different IV, is it less secure?
48) aes - IV's for different AES encryption modes
49) modes-of-operation - Is this method of deterministically using CBC secure?
50) encryption - 7zip : Why does encrypting the same file with AES-256 not give the same output?