|
|
|
|
|
by imuli
1140 days ago
|
|
I mean, one of the most important things you can do is write up exactly how you use the various pieces of cryptography - so people who know enough can easily evaluate your theoretical ideal. Then when someone takes a look and notices that you're storing the users' RSA private keys on the server, they can check whether you actually meant to do that. Also: Don't store (or ever even have) your users' RSA private keys server side! |
|
in the meanwhile, sure, we don't store private keys on the server side :)