ypccrypto.js

1.0.0 • Public • Published

ypccrypto

A wrapper for the ypccrypto library to do the encryption/decryption in JavaScript.

Install

npm install ypccrypto.js

Usage

  • YPCCrypto.generateEncryptedInput(local_pkey, input) --> {ArrayBuffer}
  • YPCCrypto.decryptMessage(local_skey, encrypted_input) --> {Buffer}
  • ...

Version

  • 0.9.0 : test version
  • 0.9.1 : change the crypto-js back to crypto for the encryption

Readme

Keywords

none

Package Sidebar

Install

npm i ypccrypto.js

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

10.3 kB

Total Files

5

Last publish

Collaborators

  • arnaud_zhang