Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function encrypt
Deprecated
Deprecated

moved to the core:

import { encrypt } from 'darkflare'

encrypt(...)
import { encrypt } from "https://deno.land/x/darkflare@v7.2.6/x/encrypt.ts";

Parameters

message: string
secret: string