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
- Host: GitHub
- URL: https://github.com/godmode2k/test_jsonapi
- Owner: godmode2k
- License: apache-2.0
- Created: 2019-10-14T14:36:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T14:37:55.000Z (over 6 years ago)
- Last Synced: 2025-01-06T14:28:31.714Z (over 1 year ago)
- Topics: android, json, php, rsa
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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