A simple encryption app to encrypt user data in android mobile phone. Hybrid encryption is used. The data to be encrypted is split into three parts and encrypted with algorithms.
1.AES
2.Salsa20
3.Fernet
RSA algorithm(for encryption of private keys)
The order of encryption of the algorithms are randomized.
1.The encryptor page is used to encrypt user data
2.The decryptor page is to decrypt the encrypted data
3.The encrypted and decrypted data are stored in the phone storage in MyEncFolder
4.The passwords can be changed in the settings page