abbeymart / mcendecrypt-ts

Simple file encryption and decryption utility functions [ts]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple file encryption and decryption utility functions [ts]

License:MIT License


Languages

Language:TypeScript 100.0%