https://github.com/musfique113/EncryptX
Cybersecurity app utilizing advanced encryption/decryption techniques .
https://github.com/musfique113/EncryptX
Last synced: 3 days ago
JSON representation
Cybersecurity app utilizing advanced encryption/decryption techniques .
- Host: GitHub
- URL: https://github.com/musfique113/EncryptX
- Owner: musfique113
- Created: 2023-05-17T13:22:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T04:45:55.000Z (9 months ago)
- Last Synced: 2024-08-03T21:04:42.138Z (9 months ago)
- Language: Dart
- Homepage:
- Size: 298 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-flutter-apps - EncrytX - Encrypt and protect your text with ease using advanced ciphers including Caesar, Affine, Playfair, and RSA encryption in this all-in-one Android app by [Musfique](https://github.com/musfique113) (Uncategorized / Uncategorized)
README
# EncryptX

[](https://wakatime.com/projects/cyberv2)
The EncryptX is an Android application that provides a convenient way to encrypt plain text using various encryption algorithms. With this app, you can enhance the security of your messages and protect sensitive information from unauthorized access.
## Features
- **Caesar Cipher**: Encrypts text by shifting each letter by a fixed number of positions.
- **Affine Cipher**: Applies a mathematical formula to encrypt text using modular arithmetic.
- **Playfair Cipher**: Utilizes a 5x5 matrix of letters to encrypt pairs of letters in the plaintext.
- **RSA Encryption**: Implements the RSA algorithm to encrypt text using public and private keys.## Screenshots