@mymonero/mymonero-cryptor
v3.0.3
Published
<p align="center"> <img alt="MyMonero" src="https://user-images.githubusercontent.com/1645428/146000939-b06f8fd3-9ed2-4a5e-bdd6-3981281dde9c.png"> </p>
Downloads
17
Readme
:warning: 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.