Skip to content

binary-blazer/supercrypt.js

Repository files navigation

supercrypt.js

supercrypt.js

πŸŽ‰ modern numeric-ascii encryption & decryption package

NPM

Codacy Badge Downloads Version install size node


πŸ“¦ Installation

npm install supercrypt.js
# or
yarn add supercrypt.js
# or
pnpm add supercrypt.js

πŸ“– Usage

const { encrypt, decrypt } = require("supercrypt.js");

(async () => {
  const encrypted = await encrypt("Hello, World!");
  console.log(encrypted);

  const decrypted = await decrypt(encrypted);
  console.log(decrypted);
})();

πŸ“„ License

Licensed under the Apache 2.0 license.

πŸ“ Author

Made with ❀️ by Jonas Franke

πŸ“Š Statistics

npm GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub GitHub