| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 12 at 16:08 | |
| stats | profile views | 24 |
|
Mar 14 |
comment |
How to perform Multiplicative Inverse Modulo in IDEA I can't understand how can I get the value of "9194" in Extended Euclidean Algorithm... |
|
Jul 31 |
comment |
How many different keystreams can I produce with AES in Counter Mode? @CodesInChaos, the key is fixed, the nonce incremented for each stream.. ex: this is my nonce = aaaaaaaaaaaaaaaa this is the counter = 0000000000000001 in the next stream the counter will increment, 0000000000000002 |
|
Jul 31 |
comment |
How many different keystreams can I produce with AES in Counter Mode? how many different keystreams |
|
Jul 26 |
comment |
Are mouse movement coordinates useful as a seed for a RNG? is there any proof the RNGCryptoServiceProvider Class is generating a secured random value? |
|
Jul 26 |
comment |
Are mouse movement coordinates useful as a seed for a RNG? do you think RNGCryptoServiceProvider Class is effective in generating a random value? |
|
Jul 26 |
comment |
Are mouse movement coordinates useful as a seed for a RNG? what do you mean "improve your accept rate"? |
|
Jul 11 |
comment |
Counter Mode in Advanced Encryption Standard(AES) Algorithm I have a question, after "00000000000000ff" what is the next counter value? is it "000000000000ff00" and then "000000000000ff01", "000000000000ff02"? |
|
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 |
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 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 |
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.. |
|
May 25 |
comment |
Does the MixColumns step come before or after AddRoundKey in AES decryption? what do you mean by different expanded key? |
|
May 25 |
comment |
Is my pseudo-random initialization vector secure? thanks @PaĆloEbermann, and now this question is more clear and specific. |