Encryption icon indicating copy to clipboard operation
Encryption copied to clipboard

Encryption is a simple way to encrypt and decrypt strings on Android and Java project.

Results 10 Encryption issues
Sort by recently updated
recently updated
newest added

Hi, I tried to use the openssl tool for encrypt according to the standard build of this library, but I was not successful, could you help me? Maybe I'm not...

There are several points making the key derivation weaker than it could be, the main problem being SHA1 which caps the entropy at 160 bit. Also there already are known...

security

The encrypted data is not authenticated, thus allowing easy manipulation of the ciphertext with predictable changes to the plaintext. This is especially bad as unauthenticated [AES-CBC](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Cipher_Block_Chaining_(CBC)) often leads to [padding...

security

I'm trying to encrypt text from an EditText field, which is input by the user assigned an equated variable which goes through the encryption process. It does not recognize [EditText].text...

enhancement

Starting in Android P, Crypto JCA provider has been removed. Calls to SecureRandom.getInstance("SHA1PRNG", "Crypto") will throw NoSuchProviderException.

bug

Hello, I still obtaining following Exception randomly during the sync (encrypt/decrypt) of the values. I have no idea how to avoid the following Exception, what I'm doing wrong? Encryption/Decryption is...

bug

Hi @ademar111190 Please add possibility to specify different algorithms for SecretKey and Cipher.

enhancement

The build at JitPack is failing, resulting in errores when building apps. https://jitpack.io/com/github/simbiose/Encryption/2.0.1/build.log https://github.com/jitpack/jitpack.io/issues/7232

How do I encrypt my phone