Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musfique113/EncryptX
Cybersecurity app utilizing advanced encryption/decryption techniques .
https://github.com/musfique113/EncryptX
Last synced: 29 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-01T04:45:55.000Z (4 months ago)
- Last Synced: 2024-08-03T21:04:42.138Z (4 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
![App Logo](https://github.com/musfique113/EncryptX/assets/53111065/c2743bf8-6f7f-4592-9e3b-5220a2128785)
[![wakatime stats](https://wakatime.com/badge/user/18368562-fe00-4dd1-a78f-9403210fea47/project/7a9468c1-d2eb-4573-b6b4-692992f6b5ea.svg)](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