braintree_encryption

0.0.3 • Public • Published

Braintree.js

This library is for use with Braintree's payment gateway in concert with one of the supported client libraries. It encrypts sensitive payment information in a web browser using the public key of an asymmetric key pair.

Getting Started

See our developer quick start for an example of how to use Braintree.js

Documentation

License

See the LICENSE file.

NPM

This is an unofficial npm package for the Braintree Javascript Encryption library. Its primary use case is so you can easily require and use this library to test a server using Braintree's official Node.js client in combination with the encryption capabilities that this library provides. It is probably out of date, and probably won't work for almost anything else...

To build it yourself run:

  • npm install
  • rake build
  • target/braintree.js is now accessible

Package Sidebar

Install

npm i braintree_encryption

Weekly Downloads

2

Version

0.0.3

License

https://github.com/charltoons/braintree.js/blob/master/LICENSE

Last publish

Collaborators

  • charltoons