950 reputation
213
bio website
location Saarbrücken, Germany
age 25
visits member for 1 year, 7 months
seen 54 mins ago
stats profile views 24

Nov
28
answered Why does Schnorr's Digital Signature scheme necessitate two prime numbers?
Nov
26
reviewed Reviewed Cracking WWII-era codes - code found on a pigeon's leg in Surrey
Nov
26
reviewed Reviewed How does one find out ciphers/passwords without knowing what cryptographic algorithms are used?
Nov
26
reviewed Reviewed What does Maj and Ch mean in SHA-256 algorithm?
Nov
26
awarded  Custodian
Nov
26
reviewed Reviewed Why doesn't CTR mode require blocking?
Nov
26
reviewed Reviewed Word-based stream ciphers vs “regular” stream ciphers?
Nov
26
reviewed Close Encrypting with private key in Public Key InfraStructure
Nov
25
revised Looking for examples for “proof by reduction”
added s indicating that H_s is a member of a function family
Nov
25
suggested suggested edit on Looking for examples for “proof by reduction”
Nov
25
answered Looking for examples for “proof by reduction”
Nov
24
answered Pseudorandom generator and AE-secure encryption
Oct
18
awarded  Yearling
Sep
26
comment Shamir's Secret Sharing: What am I doing wrong?
It seems, like you used simple division. However, as you are working in $\mathbb{Z}_p^*$, division is multiplication with the modular inverse.
Sep
21
awarded  Custodian
Aug
31
comment verify contents, but not order
I think he is basically asking for a zero knowledge proof that some ciphertext contains a permutation of some known set.
Aug
30
comment How can the Diffie-Hellman key exchange be extended to three parties?
I suppose you want to work in group $\mathbb{Z}_p^*$. The problem is that your numbers don't make sense. First of all the order of $\mathbb{Z}_p^*$ is 4, therefore valid exponents are $\{0,1,2,3\}$. Additionally you would usually want a group of prime order. But other than that, yes, if you work in $\mathbb{Z}_p^*$, the exponentiations are done $\mod p$
Aug
30
answered How can the Diffie-Hellman key exchange be extended to three parties?
Aug
26
reviewed Leave Open Search tool to identify which algorithm is in use
Aug
20
reviewed Leave Open Are there any Implementations of Secure Indexes?