Skip to main content
The Deno 2 Release Candidate is here
Learn more

mcendecrypt | github.com/abbeymart/mcendecrypt-ts

  • Simple file encryption and decryption utility functions
  • Default file: JSON file format
  • See the test file for different test cases / scenarios and usage

Usage

// encrypt-file import
import { rsaEncode, rsaDecode } from "https://deno.land/x/mcendecrypt@v0.2.0/mod.ts";

// See the test-file for different test cases / scenarios and usage