https://github.com/github/braintree-encryption
Javascript Library for Client-side Encryption with Braintree
https://github.com/github/braintree-encryption
Last synced: 5 months ago
JSON representation
Javascript Library for Client-side Encryption with Braintree
- Host: GitHub
- URL: https://github.com/github/braintree-encryption
- Owner: github
- License: mit
- Fork: true (braintree/braintree-encryption.js)
- Created: 2016-04-20T02:36:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T18:17:58.000Z (over 1 year ago)
- Last Synced: 2025-09-16T12:15:43.248Z (6 months ago)
- Language: JavaScript
- Size: 384 KB
- Stars: 18
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Braintree.js
This library is for use with [Braintree's payment gateway](http://braintreepayments.com/) in concert with one of [the supported client libraries](http://braintreepayments.com/docs). It encrypts sensitive payment information in a web browser using the public key of an asymmetric key pair.
> :grey_exclamation: Notice: `braintree-encryption.js` is an older integration method - [braintree-web](https://github.com/braintree/braintree-web) is the place to go for current integrations and filing issues or PRs.
## Getting Started
See our developer quick start for an example of how to use Braintree.js
## Documentation
* [Official documentation](https://www.braintreepayments.com/docs/javascript)
## License
See the LICENSE file.