Skip to content

A library that helps to simplify and handle cryptography in Android.

Notifications You must be signed in to change notification settings

lovisgod/AndroidCryptoHelper

Repository files navigation

AndroidCryptoHelper

AndroidCryptoHelper is a light library that helps to handle cryptography using the Keystore module in android.

AES Cryptography

To perform AES Cryptography, you need to call the:

Encrypt

val encryptedbytes = AesCryptomanager().encrypt(bytes: ByteArray, outputStream: OutputStream)

Decrypt

val decryptedBytes = AesCryptomanager().decrypt(inputStream: InputStream)

About

A library that helps to simplify and handle cryptography in Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages