Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
xor.ts File Reference

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"
 

Detailed Description

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).

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file xor.ts.

Variable Documentation

◆ import

import { BaseCipher } from "../base/baseCipher"

Definition at line 13 of file xor.ts.