https://github.com/barrettotte/assembly_xor_encrypt
Text file XOR encrypt/decrypt in x86
https://github.com/barrettotte/assembly_xor_encrypt
assembly-language assembly-x86 irvine32 masm32 xor-encryption
Last synced: 3 months ago
JSON representation
Text file XOR encrypt/decrypt in x86
- Host: GitHub
- URL: https://github.com/barrettotte/assembly_xor_encrypt
- Owner: barrettotte
- Created: 2017-10-02T22:57:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T02:38:42.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T13:13:24.386Z (5 months ago)
- Topics: assembly-language, assembly-x86, irvine32, masm32, xor-encryption
- Language: Assembly
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assembly_XOR_Encrypt
XOR Encryption/Decryption for Text Files
# To Do:
* Binary File Support
* Binary to Text File Conversion
* Better encryption key (single character is lame)
* Basic Console File Editing (READ, APPEND, WRITE, CREATE)
* Become dependent from the Irvine library
# Screenshots:


