14,627 reputation
1628
bio website
location
age
visits member for 1 year, 9 months
seen 28 mins ago
stats profile views 105

Mar
31
answered Cryptographic security of PHP mt_rand() function using Mersenne Twister algo
Mar
30
revised RC4 : Keystream reconstruction?
added 177 characters in body
Mar
30
answered RC4 : Keystream reconstruction?
Mar
29
answered AES with whitening mode
Mar
28
comment Can a user of a password-protected Wi-Fi sniff on other user's communication?
Note that this isn't precisely a duplicate, because he asks about WEP/WPA as well (which actually have a different answer than WPA2)
Mar
28
revised Can a user of a password-protected Wi-Fi sniff on other user's communication?
deleted 168 characters in body
Mar
28
comment Can a user of a password-protected Wi-Fi sniff on other user's communication?
possible duplicate of If the PSK is known, is it possible to decrypt traffic from other clients in a WPA2 wlan network?
Mar
28
answered Can a user of a password-protected Wi-Fi sniff on other user's communication?
Mar
26
revised Is RSA padding needed for single recipient, one-time, unique random message?
added 195 characters in body
Mar
26
answered Is RSA padding needed for single recipient, one-time, unique random message?
Mar
23
awarded  Enlightened
Mar
23
answered How to calculate an IV when I have a shared private key?
Mar
23
awarded  Nice Answer
Mar
21
comment How realistic is a dictionary attack on a secure remote password protocol (SRP) verifier?
@GrantBlahaErath: Well, because g is a generator of the entire group (that's one of the requirements of SRP), then it turns out the set of v is precisely the set of x; that is, g^x != g^x' (mod n) for any x != x' (mod n-1). In any case, attackers normally don't have direct access to either x, v, or the common value; hence they can't use these formulas directly in a dictionary attack (like they can with straight-forward shared secret models).
Mar
21
answered How realistic is a dictionary attack on a secure remote password protocol (SRP) verifier?
Mar
20
answered Secure Remote Protocol - Are these 2 equations equivalent?
Mar
20
comment Block ordering and security in a MAC?
Hint: suppose an attacker saw the value message $r||m_1||m_2||m_3||t$, and modified it into the message $r||m_2||m_1||m_3||t$; would the modified message still have a valid tag?
Mar
19
reviewed Approve suggested edit on Is the Representation Problem hard on elliptic curves?
Mar
19
answered How should I check the received ephemeral Diffie-Hellman public keys?
Mar
19
answered Why do all hash functions use big-endian data?