Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/lib/encryption.ts>generateEncryptionKeyPair

The best unofficial library of utilities for Deno applications
Go to Latest
function generateEncryptionKeyPair
import { generateEncryptionKeyPair } from "https://deno.land/x/dtils@2.0.0-beta.1/lib/encryption.ts";

Generates a base64 encoded key pair for asymmetric encryptions using the RSA algorithm