import { encryptAsymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.0.0/encryption.ts";
Asymmetrically encrypt plainBytes
using publicKeyBytes
. Function will error if publicKeyBytes
is not an RSA public key
x/dtils/encryption.ts>encryptAsymmetricallyUsingBytes
import { encryptAsymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.0.0/encryption.ts";
Asymmetrically encrypt plainBytes
using publicKeyBytes
. Function will error if publicKeyBytes
is not an RSA public key