XOR Cipher

Key

XOR Cipher is a type of additive cipher, an encryption algorithm that operates according to the principles:

A 0 = A,
A A = 0,
A B = B A,
(A B) C = A (B C),
(B A) A = B 0 = B,

For example where
denotes the exclusive disjunction (XOR) operation. This operation is sometimes called modulus 2 addition (or subtraction, which is identical). With this logic, a string of text can be encrypted by applying the bitwise XOR operator to every character using a given key. To decrypt the output, merely reapplying the XOR function with the key will remove the cipher.

Featured Tools

Featured tools that you might find useful.

Popular Tools

List of popular tools that users love and frequently use.

New Tools

The latest tools added to our collection, designed for you.

Topics

The tools grouped by topics to quickly find what you need.
Random Password Generator can create random passwords of a specified length online. By setting whether the password includes lowercase letters (a-z), uppercase letters (A-Z), digits (0-9), and special characters, it can randomly generate passwords between 4 and 32 characters in length.

Random Password Generator

Random Password Generator can create random passwords of a specified length online. By setting whether the password includes lowercase letters (a-z), uppercase letters (A-Z), digits (0-9), and special characters, it can randomly generate passwords between 4 and 32 characters in length.