Skip to content

prashanth00/Encryption-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Encryption app to store user data securely using Enchanced Hybrid Encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages