https://github.com/braintree/braintree_windows_phone_encryption_examples
https://github.com/braintree/braintree_windows_phone_encryption_examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/braintree/braintree_windows_phone_encryption_examples
- Owner: braintree
- Created: 2012-02-21T15:32:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-21T15:32:49.000Z (over 14 years ago)
- Last Synced: 2025-06-25T14:54:04.549Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 78
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Braintree Windows Phone Encryption Integration Examples
This project contains examples of integrating with the [Braintree](http://www.braintreepaymentsolutions.com/)
payment gateway using the [Braintree Windows Phone encryption library](https://github.com/braintree/braintree_windows_phone_encryption).
## Windows Phone
An example Windows Phone application that uses the Windows Phone encryption library to encrypt sensitive data and send it to a test server.
See windows_phone/README.md for more information.
## Server
And example Ruby (Sinatra) server that receives requests with encrypted fields from the Windows Phone example application and forwards them
to Braintree's payment gateway using the server-to-server API. See server/README.md for more information.