aes-password
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Aes Password

About

Secure Encryption as easy as a-b-c. All you need to do is import a module and call a function 😮!

Encryption

import { AESEncryption } from 'aes-password';

const encrypted = AESEncryption.encrypt('My Plain Text', 'Password');

Decryption

import { AESEncryption } from 'aes-password';

const encrypted = AESEncryption.encrypt('My Plain Text', 'Password');
const decrypted = AESEncryption.decrypt(encrypted, 'Password');

Projects used in

Clipher Server UltraV

Made by

sshcrack Perry Mitchell (and his great article) Rithul Kamesh

Dependencies (0)

    Dev Dependencies (24)

    Package Sidebar

    Install

    npm i aes-password

    Weekly Downloads

    232

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    32.7 kB

    Total Files

    39

    Last publish

    Collaborators

    • sshcrack