| bio | website | tomasfejfar.cz |
|---|---|---|
| location | Czech Republic | |
| age | 26 | |
| visits | member for | 11 months |
| seen | May 28 '12 at 19:07 | |
| stats | profile views | 1 |
I work as a webdeveloper. Zend Framework user :)
|
May 28 |
comment |
RSA/DSA: Wouldn't it make sense to sign using decoding the data hash? Thanks for your answer. You are correct - that it's mostly that I don't like terminology. Note that the private exponent is called d (as in decrypting) in most resources and the public is called e (as in encrypting). That puzzled me. |
|
May 28 |
comment |
RSA/DSA: Wouldn't it make sense to sign using decoding the data hash? It is? Great :) I assumed it works somehow differently = that it uses different way to "encode" then m^d (mod n)... |