ScrapExplorer - usr/XORenc

Home / usr / XORenc
[DIR BEGIN]
XORenc Basic encryption using XOR Using XOR operations you can encrypt and decrypt data. The key is the same for both operations. How XOR works ------------- XOR stands for "exclusive or", which is basically an or but without the AND. The truth table for XOR is: | A | B | A XOR B | |---|---|---------| | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 |
* ../ * CMakeLists.txt * README.txt * main.c
[DIR END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.