On 09/01/2016 04:00 PM, Kyle Francis wrote:
To sign a message you need a private key. For encryption you need only public keys.
That would be correct, haha. So I wonder if it would be possible to hash the message server side, then encrypt the hash with the private key on the client side.
I have no idea. We could at least disable/hide signing features when server-side has no private key(s).