|
Asper Header
1.0.14
The header injector extension
|
Implementation of the XOR (Exclusive OR) cipher. More...
Go to the source code of this file.
Data Structures | |
| class | XORCipher |
| Implementation of XOR (Exclusive OR) encryption/decryption. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the XOR (Exclusive OR) cipher.
The XOR cipher is a symmetric encryption method that performs bitwise exclusive OR operations between plaintext and a repeating key. It's cryptographically secure when used with a truly random key of equal or greater length than the message (one-time pad).
Definition in file xor.ts.
| import { BaseCipher } from "../base/baseCipher" |