Skip to content

Latest commit

 

History

History

mymonero-cryptor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MyMonero

Encryption and decryption library used in the MyMonero packages

CI Status

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

Installation

npm i @mymonero/mymonero-cryptor

Usage

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

License

See LICENSE.txt for license.

All source code copyright © 2021 by MyMonero. All rights reserved.