featured image

How to encrypt files in Android using Kotlin

Level: Medium When working with files in your android app one of the most important aspects that you should consider is security, especially if you don’t want these files to be accessed from outside your app, storing files in your app’s specific storage will prevent other apps from accessing them but in rooted devices these […]

How to encrypt files in Android using Kotlin Read More »