Question: C++ code I need decryption ( must loop through the encrypted file and again, xor every byte with a one ) ?? Basically the opposite
..il AT&T #include "Main.h" int encryptData(char *data, int d 6:08 PM ataLength) asm ( mov ebx, 0 mov ecx, data srt loop: cmp dataLength, ebx jmp end_loop mov al ,byte ptr[ecx] xor al, 1 mov byte ptr[ecx],al jmp srt loop end_loop: return 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
