Tagged Questions
1
vote
1answer
115 views
Why does .NET's ECB mode implementation append a constant block to my ciphertext?
Consider the following code and output:
...
2
votes
3answers
405 views
Hash function in PBKDF2
From this excellent answer I learned (correct me if I am wrong) that when writing a block cipher with say key size 128 bit, one has to pad the password given (variable size) so that it becomes exactly ...