Parse-SDK-Android icon indicating copy to clipboard operation
Parse-SDK-Android copied to clipboard

Preventing Session Copy On Rooted Devices By Encrypting Current Session Files

Open ghost opened this issue 2 years ago • 1 comments

New Feature / Enhancement Checklist

Current Limitation

Currently the SDK saved cached user session as clear text files.

Feature / Enhancement Description

Encrypting cached user sessions using Jetpack security features to prevent session copy on rooted devices.

Alternatives / Workarounds

No workarounds at the moment.

3rd Party References

I found this gist which provides a good way for testing encryption methods on Robolectric.

ghost avatar Mar 17 '23 22:03 ghost

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!