| bio | website | pwnhome.wordpress.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | 4 hours ago | |
| stats | profile views | 66 |
I like crypto. Need I say more?
|
Aug 10 |
answered | What is the length of an RSA signature? |
|
Aug 9 |
comment |
Design question for a service that signs messages on behalf of a user Let me see if I have this straight. Every use has a public and private key. But they won't sign messages themselves, instead the server signs the messages. |
|
Aug 9 |
reviewed | Approve suggested edit on PBKDF2 and salt |
|
Aug 8 |
comment |
Secure private key storage OpenSSL seems to support AES and SHA-2 for PKCS #12. openssl.org/docs/apps/pkcs12.html |
|
Aug 8 |
revised |
Secure private key storage edited tags |
|
Aug 8 |
comment |
Approach towards anonymous e-voting Designing your own isn't categorically bad. I can think of a number of reasons to design your own. 1) learning, 2) improvements over existing systems, 3) school homework. That said, I wouldn't use something I designed until it has been published and peer-reviewed. |
|
Aug 7 |
comment |
Approach towards anonymous e-voting @ThomasLieven, Funny enough, the proofs I was thinking of comes from the paper Practical Multi-Candidate Election System. See that paper for the details. |
|
Aug 7 |
revised |
Approach towards anonymous e-voting deleted 24 characters in body |
|
Aug 7 |
answered | Approach towards anonymous e-voting |
|
Aug 7 |
comment |
Matlab vs mathematica vs python What metrics are you looking at for judging "better"? E.g., speed/ease of implementation, performance. What sorts of primitives are you looking at (block ciphers, elliptic curve methods, traditional public key ciphers like RSA/DH)? Are you talking about just the base install of these programming environments or can existing libraries be used? |
|
Aug 6 |
comment |
Why is 2 the inverse of 10? See Modular multiplicative inverse. |
|
Aug 6 |
comment |
Why is 2 the inverse of 10? Your question is very hard to follow. Why do you have kE and k^E? This site does support tex formatting, which is strongly recommended for equations. |
|
Aug 6 |
awarded | Fanatic |
|
Aug 3 |
comment |
Is it possible to match encrypted documents using user-defined search terms? cs.columbia.edu/~mariana/papers/sads_ccsw.pdf might be worth looking at too. |
|
Aug 2 |
comment |
Counter Mode in Advanced Encryption Standard(AES) Algorithm I've a suggestion for you. Your acceptance rate sits at 29%. When you get good answers to questions, you should reward the person who answered by clicking the checkmark next to their answer. This gives them extra reputation points. It also gives you reputation points, so it is a win-win. You can only accept one answer per question. So, if there are good answers on your questions, please go back and accept them. |
|
Aug 1 |
answered | Relative security of a Vigenère cipher |
|
Aug 1 |
comment |
Relative security of a Vigenère cipher You say "the keys range from 30 to 100 characters and are not dictionary words." How are the keys derived? Randomly? How long are the plaintexts? |
|
Jul 31 |
reviewed | Reject suggested edit on format-preserving tag wiki excerpt |
|
Jul 31 |
reviewed | Approve suggested edit on format-preserving tag wiki |
|
Jul 31 |
answered | Practical implementations of Multiparty computations |