AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

Any time we are storing a text file it should be encrypted. #23

Closed andrewtremblay closed 10 years ago

andrewtremblay commented 11 years ago

To pass Verafication with Veracode. Plus it's just good practice.

andrewtremblay commented 11 years ago

We cannot use pseudo-random generators anymore (hence the switch to using SecureRandom in Android), or it will fail the scan

andrewtremblay commented 11 years ago

This should be in the Security Pass, not the Android milestone.

andrewtremblay commented 10 years ago

Punting on this since we're migrating the SDK data to local DBs. That's where we'll encrypt everything.