Wrote an article

Step-by-Step Guide on Securing SharedPreferences in Android 


Security is a very important topic and has to be taken seriously when developing Android applications, especially if sensitive data is stored on the device. In this article, we will learn how we can encrypt our Shared Preferences in Android using Jetpack’s Security library.