Encrypt AES Key with RSA
Encrypt an AES Key with an RSA Public Key
Basic Syntax
import { encryptAESKeyWithRSA } from 'arweavekit/encryption';
const encryptedAESKey = await encryptAESKeyWithRSA({params});Input Parameters
Returned Data
Last updated
Was this helpful?