@bdxi/beldex-cryptor

1.0.0 • Public • Published

Encryption and decryption library used in the Beldex packages

⚠️ This project is under heavy development. Expect bugs & breaking changes.

Installation

npm i @bdxi/beldex-cryptor

Usage

const cryptor = require('@bdxi/beldex-cryptor');
cryptor.New_EncryptedBase64String__Async ('testing string', '123456').then(function (result) {
  console.log(result);
});

License

See LICENSE.txt for license.

All source code copyright © 2023 by Beldex. All rights reserved.

Readme

Keywords

Package Sidebar

Install

npm i @bdxi/beldex-cryptor

Weekly Downloads

2

Version

1.0.0

License

BSD-3-Clause

Unpacked Size

11 kB

Total Files

4

Last publish

Collaborators

  • alexsanchez
  • codeman-crypto
  • lifwon