/mcendecrypt-ts

Simple file encryption and decryption utility functions [ts]

Primary LanguageTypeScriptMIT LicenseMIT

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