Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/crypto/src/block-modes/cfb.ts>Cfb#encrypt

🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
Latest
method Cfb.prototype.encrypt
import { Cfb } from "https://deno.land/x/crypto@v0.10.1/src/block-modes/cfb.ts";

Parameters

data: Uint8Array

Returns

Uint8Array