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

How Can I Prevent Other Ios/android Apps From Using My Restful Api?

I have a pre-existing iOS & Android app, that I'm making an update for that includes a REST… Read more How Can I Prevent Other Ios/android Apps From Using My Restful Api?

Android Encryption Rsa Invalidkeyexception

Dears, I need help to understand why decryptString doesn't work and throw 'java.security.I… Read more Android Encryption Rsa Invalidkeyexception

Is There A Way To Check If An App Signature Is Debug Or Published?

I am currently developing RPC services for developers to use, but would like to make sure that I ca… Read more Is There A Way To Check If An App Signature Is Debug Or Published?

Detecting Disk Encryption On Android

Since Android SDK 3.0, users can choose to encrypt their entire disk which basically amounts to enc… Read more Detecting Disk Encryption On Android

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?

How To Handle Securityexception Thrown Back From Startactivity With Chooser?

I'm using final Intent notice = new Intent(); notice.setType('text/plain'); notice.put… Read more How To Handle Securityexception Thrown Back From Startactivity With Chooser?

Developing For Android, Secure Data Transfer Best-practice

I'm searching for a best practice for securely sending data FROM a remote server TO an android … Read more Developing For Android, Secure Data Transfer Best-practice

As3 Air For Android - Application-sandbox Content Error

THE GOAL: I am trying to allow externally loaded swf files communicate with each other that are loc… Read more As3 Air For Android - Application-sandbox Content Error

How To Connect Android To Mysql Database Securely

I have a phpmyadmin setup with dream host. Lets say for instance I wanted to retrieve user names an… Read more How To Connect Android To Mysql Database Securely

Application Functionality Calls For Saving Credit Card Details For Future Ease. Need To Investigate If Any Specific Security Design Exists For This

Hi i Need to know if any specific security design exists for saving credit card details of user for… Read more Application Functionality Calls For Saving Credit Card Details For Future Ease. Need To Investigate If Any Specific Security Design Exists For This

Classes.dex Causing Problems

I can't delete or even right click my classes.dex, when i do 'my computer' stops respon… Read more Classes.dex Causing Problems

Store Client Secret Securely

I know that a public client shouldn't use a client secret because, no matter how much you obfus… Read more Store Client Secret Securely

Get File Path From Uri From Video Chooser

In my app I start an Intent to pick a video file like this Intent intent = new Intent(Intent.ACTION… Read more Get File Path From Uri From Video Chooser

Where To Store Sensitive Global Information Such As Api Keys In Android Application?

I need to store some sensitive information in an Android application. If I put it in a resource fi… Read more Where To Store Sensitive Global Information Such As Api Keys In Android Application?