Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.21 KB

File metadata and controls

35 lines (29 loc) · 1.21 KB

Encryptor App

Introduction:

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.

Algorithms used:

Symmetric algorithms:

 1.AES
 2.Salsa20
 3.Fernet

Asymmetric algorithm:

RSA algorithm(for encryption of private keys)

Feature:

The order of encryption of the algorithms are randomized.

Application Guide:

1.The encryptor page is used to encrypt user data
drawing
2.The decryptor page is to decrypt the encrypted data

drawing
3.The encrypted and decrypted data are stored in the phone storage in MyEncFolder

drawing drawing
4.The passwords can be changed in the settings page

drawing