You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2022. It is now read-only.
luksab edited this page Nov 21, 2019
·
6 revisions
These are the uses of functions:
encryptMessage(publicKey,msg,Uint8Array(16) IV)) encrypt stringmsg with AES-CBC key publicKey and the local IV. Returns a string containing the "ciphertext".
decryptMessage(publicKey,msg,Uint8Array(16) IV)) decrypt stringmsg with AES-CBC key publicKey and the local IV. Returns a string containing the "plaintext".