UNPKG

encryption-tool-ts-fox_hunt

Version:

Ascii encryption tool for strings

6 lines (5 loc) 150 B
import { encryptString, decryptString } from "./cypher"; module.exports = { encryptString: encryptString, decryptString: decryptString }