Skip to main content
Deno 2 is finally here 🎉️
Learn more
Very Popular
Latest
function encryptWithPublicKey
import { encryptWithPublicKey } from "https://deno.land/x/mysql@v2.12.1/src/auth_plugin/crypt.ts";

Parameters

key: string
data: Uint8Array

Returns

Promise<ArrayBuffer>