import { encryptAsymmetrically } from "https://deno.land/x/dtils@2.2.0/encryption.ts";
Asymmetrically encrypt plainBytes
using a base64 encoded publicKey
. Function will error if publicKey
is not an RSA public key
x/dtils/encryption.ts>encryptAsymmetrically
import { encryptAsymmetrically } from "https://deno.land/x/dtils@2.2.0/encryption.ts";
Asymmetrically encrypt plainBytes
using a base64 encoded publicKey
. Function will error if publicKey
is not an RSA public key