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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    200
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.5
    200
  • 1.0.4
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i aes-password

Weekly Downloads

200

Version

1.0.5

License

MIT

Unpacked Size

32.7 kB

Total Files

39

Last publish

Collaborators

  • sshcrack