🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

supercrypt.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

supercrypt.js

🎉 modern numeric-ascii encryption & decryption package

unpublished
latest
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 19 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts