Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
function encryptWithPublicKey
import { encryptWithPublicKey } from "https://deno.land/x/mysql@v2.10.3/src/auth_plugin/crypt.ts";

Parameters

key: string
data: Uint8Array

Returns

Promise<ArrayBuffer>