simpletextcrypt icon indicating copy to clipboard operation
simpletextcrypt copied to clipboard

An Android app which encrypts a plain text using AES256 algorithm.

Results 3 simpletextcrypt issues
Sort by recently updated
recently updated
newest added

Hi, from the readme.md it said that the plaintext uses AES in CBC mode with PKCS5 padding for encryption. If I know the key, is it possible to decrypt the...

There should be some tests for `MainActivity`.

There should be some tests for `SettingsActivity`.