Tag Archives: encodeToString

How to encrypt and decrypt an audio file in Android?

By | May 8, 2018

Here is a simple example to encrypt and decrypt a audio file in Android. We will directly go to the implementation part. Demo Video You can check the demo video here. Download Library You can download the simple library from here. Aim Download an audio file from internet. Encrypt and save the encrypted file in… Read More »

How to encrypt a string in Android Using Base64?

By | January 9, 2012

Please check the LogCat for output. Join the Forum discussion on this post