| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 12 at 16:08 | |
| stats | profile views | 24 |
|
Jul 2 |
revised |
Replay attack in ECB mode added 84 characters in body |
|
Jul 2 |
asked | Replay attack in ECB mode |
|
Jun 29 |
revised |
Generating a strong unique Initialization Vector deleted 21 characters in body |
|
Jun 29 |
asked | Generating a strong unique Initialization Vector |
|
Jun 27 |
revised |
Capacity of Advanced Encryption Standard in terms of File Encryption deleted 5 characters in body |
|
Jun 27 |
comment |
Capacity of Advanced Encryption Standard in terms of File Encryption at the first paragraph, I want to know why is it 2^64 is the only capacity of AES to encrypt a block of data... |
|
Jun 27 |
revised |
Capacity of Advanced Encryption Standard in terms of File Encryption added 65 characters in body |
|
Jun 27 |
comment |
Capacity of Advanced Encryption Standard in terms of File Encryption Thomas, where did you get this? do you have a link? or a pdf file about this? |
|
Jun 26 |
comment |
Capacity of Advanced Encryption Standard in terms of File Encryption yes, example there is a 8GB of file.. what authentication do I need? |
|
Jun 26 |
comment |
Capacity of Advanced Encryption Standard in terms of File Encryption what do you mean by the authentication of a file? |
|
Jun 26 |
asked | Capacity of Advanced Encryption Standard in terms of File Encryption |
|
Jun 21 |
accepted | Does the Biclique attack on AES pose a credible risk to its security? |
|
Jun 6 |
comment |
Removing Padded Value in Decrypted Message I do the RFC 5652 in padding, I just create a validation to validate if that byte is a padding or not. thanks @poncho |
|
Jun 6 |
comment |
File Encryption/Decryption in ECB mode is it okay to create my own padding method? |
|
Jun 6 |
comment |
Removing Padded Value in Decrypted Message is it allowed to create my own padding method? |
|
Jun 5 |
asked | File Encryption/Decryption in ECB mode |
|
Jun 5 |
comment |
Which attacks can be avoided by the use of OFB instead of ECB? that's okay, It's more understandable now. |
|
Jun 5 |
comment |
Removing Padded Value in Decrypted Message I see.. but what if the message containing 0D 0D 0D 0D 0D 0D 0D 0D 0D 0D 0D 0D how can I determined if that is padded byte or a part of original message, that is a carriage return.. |
|
Jun 5 |
comment |
Removing Padded Value in Decrypted Message I only understand in that is that if I only need 1 padding value all I need to do is to add this "01" if the padding that is need is 14, all I need to do is this.. "1414141414141414141414141414" |
|
Jun 5 |
comment |
Removing Padded Value in Decrypted Message how to perform RFC 5652? I can't understand it clearly.. |