static S getUserSignatureForText(S s) { ret base64encode(PKI.sign(toUtf8(s), PKI.userPrivateKey())); }