https://github.com/chmuhammadasim/encryption-decryption-masm615
https://github.com/chmuhammadasim/encryption-decryption-masm615
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chmuhammadasim/encryption-decryption-masm615
- Owner: chmuhammadasim
- License: mit
- Created: 2022-12-23T07:24:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T08:30:03.000Z (over 1 year ago)
- Last Synced: 2025-01-28T18:16:05.354Z (4 months ago)
- Language: Assembly
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Authors
- [@chmuhammadasim](https://www.github.com/chmuhammadasim)
## 🚀 About Me
Hello, I'm Muhammad Asim Chattha, a dedicated Computer Science student currently pursuing my studies at Air University in Islamabad, Pakistan.### Encryption-Decryption Project
I'm excited to share my semester project, the Encryption-Decryption program, developed entirely in Assembly Language. This project is not just a coding exercise but a journey into the realm of secure data handling through the ingenious use of XOR bitwise operations.
### Project Overview
The Encryption-Decryption project functions seamlessly. Users input strings, which the program encrypts using XOR, and the encrypted data is then stored in a file. The intriguing part comes when users want to access and view the original form of the encrypted data – a process seamlessly facilitated by the program.
## Badges
[](https://choosealicense.com/licenses/mit/)
## Deployment
For optimal deployment, run this project on DOSbox, and ensure you're using MASM615 as the assembler.
## Features
- **Enter Data:** Input your strings for encryption.
- **View Data:** Explore the encrypted data in its original form.
- **Store Data:** Securely store your information in an encrypted format.This project not only showcases the capabilities of assembly language but also provides a hands-on experience with the intricacies of encryption using XOR.
Feel free to explore, contribute, and delve into the fascinating world of assembly language and encryption!