Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 10:
...
Decryption_Code:
*A = Encrypted
Loop:
B = *A
B = B [[XOR]] CryptoKey
*A = B
GOTO Loop
GOTO Encrypted
CryptoKey:
|