Update webapp.py
This commit is contained in:
parent
96a459892d
commit
aeab49df7d
@ -999,7 +999,7 @@ const pubkey = `-----BEGIN PUBLIC KEY-----MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCg
|
|||||||
|
|
||||||
pub = importPublicKey(pubkey)
|
pub = importPublicKey(pubkey)
|
||||||
|
|
||||||
function b64EncodeUnicode(t)
|
async function b64EncodeUnicode(t)
|
||||||
{
|
{
|
||||||
t = await encryptDataWithPublicKey(t,await pub)
|
t = await encryptDataWithPublicKey(t,await pub)
|
||||||
t = await arrayBufferToString(t)
|
t = await arrayBufferToString(t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user