An open API service indexing awesome lists of open source software.

https://github.com/godmode2k/test_jsonapi

Custom JSON APIs Test
https://github.com/godmode2k/test_jsonapi

android json php rsa

Last synced: 3 months ago
JSON representation

Custom JSON APIs Test

Awesome Lists containing this project

README

          

Custom JSON APIs Test
===============

Summary
----------
>

Android + PHP: Custom JSON API test
----------
>
[android_php_json_api/]
CApiTest.java: Android App (RSA encrypt, SHA256(message body + secret key), POST JSON request)
app_api.php: Server-side code (RSA decrypt, verify the hash)
app_api_test.php: Encrypt/Decrypt test