/xor-cipher

XOR cipher implementation using a circular buffer with an optional start and length.

Primary LanguageCGNU General Public License v2.0GPL-2.0

Description

Simple XOR cipher implementation in C using a circular byte buffer.

Compiling

$ make [CROSS_COMPILE=<cross_compiler>]