An Android app to encrypt any text message using SHA256, SHA512 and MD5 alogirthm.This repository is made for the purpose to showcase my project for learning purposes and should not be used commercially. I build this application while learning about encryption.
- User can choose between different encryption algorithm. for eg SHA256, MD5, SHA512.
- User can copy the encryted text.
- Decrypt the encrypted text.
- Add more Encryption Algorithm.
- Add Password Generator and Password Strength Checker.
- Add hash type identifier and hash cracker features.
- Break encrypted messages.
- Enter the text in the input field.
- Choose algorithm. List of available options
- SHA256
- SHA512
- MD5
- Click generate button to encrypt the text.
- Copy the encrypted text.
- text -> exp
- Encrypted text: dd7a946de80abf41797036335be60bf207f3262c6429f4993005d91f174ecf07
- text -> test
- Encrypted text: ee26b0dd4af7e749aa1a8ee3c10ae9923f618980772e473f8819a5d4940e0db27ac185f8a0e1d5f84f88bc887fd67b143732c304cc5fa9ad8e6f57f50028a8ff
- text -> test3
- Encrypted text: 8ad8757baa8564dc136c1e07507f4a98
Main Screen | Algorithm list | Encrypted text Screen |
---|---|---|
![]() |
![]() |
![]() |
The app is designed with Google Material Design that supports the Android versions from Kitkat 4.4.0 to Android 11.