3urobeat / scrapyard

🚯 Collection of stuff that is too good to go but has no real place anywhere else

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrapyard

Collection of stuff that is too good to go but has no real place anywhere else.

Content

symmetricCipher.c

Manual implementation of a symmetric cipher algorithm for encoding and decoding text using a key.
The algorithm is implemented using a XOR operation on every bit, like you'd do on paper, for practice.

About

🚯 Collection of stuff that is too good to go but has no real place anywhere else


Languages

Language:C 100.0%