safe-my-text
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

SAFE-MY-TEXT

GitHub top language Made by Repository size GitHub last commit

📖 Description :

This package is made for those who want to encrypt and decrypt using AES-256. The difference between this package and the default crypto-js package is that it provides specialized handling for encryption and decryption. This package can also be used for encryption of private data such as pharse crypto, privatekey crypto and others.

💻 Step to install :

npm install safe-my-text

✏️ Example :

see full here

import { encryptText, decryptText } from "safe-my-text"

const password = `president123`
const encrypt = encryptText(`mypharse wallet crypto`, password)
const decrypt = decryptText(encrypt, password)

console.log({ encrypt, decrypt })

🧾 Pre-Requisistes :

- node.js / bun.js / deno.js
- (optional) typescript
- (optional) commonJS
- (optional) ESM

📝 License :

Licensed under the MIT License.

Package Sidebar

Install

npm i safe-my-text

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

6.6 kB

Total Files

7

Last publish

Collaborators

  • damartripamungkas