Skip to content Skip to sidebar Skip to footer
Showing posts with the label Security

Securing Connection To Php Server

I have following scenario: The Android clients communicate with a PHP server via HTTP Post. The PHP… Read more Securing Connection To Php Server

How To Restrict Usage Of An Api Key With Hash Comparison

I'm currently using Spotify in my Android app, but I am required to use a Secret in order to re… Read more How To Restrict Usage Of An Api Key With Hash Comparison

How To Read Sha And Md5 Fingerprint Programmatically In Android

Hello I want to read SHA and MD5 fingerprint value of keystore programmatically of my app from whic… Read more How To Read Sha And Md5 Fingerprint Programmatically In Android

Build Botan Library For Android

How can I build the cryptographic library Botan for Android? I am using Mac OS 10.7 and Eclipse IDE… Read more Build Botan Library For Android

Require Login Every Time User Returns To Android Application

I am working on an Android app that deals with sensitive user information. One of the requirements… Read more Require Login Every Time User Returns To Android Application

How Can I Design A Secure Api/authentication For Mobile Apps To Access A Service?

I want to offer some functions of my webapp to be used in other apps (I'm thinking mainly about… Read more How Can I Design A Secure Api/authentication For Mobile Apps To Access A Service?