Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binary-blazer/supercrypt.js
🎉 modern numeric-ascii encryption & decryption package
https://github.com/binary-blazer/supercrypt.js
decrypt encrypt encryption-decryption supercrypt supercryptjs
Last synced: 4 days ago
JSON representation
🎉 modern numeric-ascii encryption & decryption package
- Host: GitHub
- URL: https://github.com/binary-blazer/supercrypt.js
- Owner: binary-blazer
- License: apache-2.0
- Created: 2024-03-16T12:56:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T21:07:22.000Z (7 months ago)
- Last Synced: 2024-04-12T02:21:33.226Z (7 months ago)
- Topics: decrypt, encrypt, encryption-decryption, supercrypt, supercryptjs
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/supercrypt.js
- Size: 95.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![supercrypt.js](https://raw.githubusercontent.com/binary-blazer/repo-svgs/main/out/supercrypt.js/image.svg)
# supercrypt.js
🎉 modern numeric-ascii encryption & decryption package
[![NPM](https://nodei.co/npm/supercrypt.js.png)]([https:/nodei.co/npm/supercrypt.js)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7dd9288acdc94dacaa11ad80f36a9bd3)](https://www.codacy.com/gh/supercrypt.js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=supercrypt.js&utm_campaign=Badge_Grade) [![Downloads](https://img.shields.io/npm/dt/supercrypt.js.svg?color=3884FF)](https://www.npmjs.com/package/supercrypt.js) [![Version](https://img.shields.io/npm/v/supercrypt.js.svg?color=3884FF&label=version)](https://www.npmjs.com/package/supercrypt.js) [![install size](https://packagephobia.com/badge?p=supercrypt.js)](https://packagephobia.com/result?p=supercrypt.js) ![node](https://img.shields.io/node/v/supercrypt.js)
---
## 📦 Installation
```bash
npm install supercrypt.js
# or
yarn add supercrypt.js
# or
pnpm add supercrypt.js
```## 📖 Usage
```javascript
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](https://github.com/binary-blazer/supercrypt.js/blob/main/LICENSE) license.
## 📝 Author
Made with ❤️ by [Jonas Franke](https://github.com/binary-blazer)
## 📊 Statistics
![npm](https://img.shields.io/npm/dw/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/stars/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/forks/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/issues/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/license/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/package-json/v/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/last-commit/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/languages/code-size/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/languages/top/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/contributors/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/repo-size/binary-blazer/supercrypt.js?color=3884FF) ![GitHub](https://img.shields.io/github/commit-activity/m/binary-blazer/supercrypt.js?color=3884FF)