An open API service indexing awesome lists of open source software.

https://github.com/3urobeat/scrapyard

🚯 Collection of stuff that is too good to go but has no real place anywhere else
https://github.com/3urobeat/scrapyard

collection cryptography gists practice scrapyard

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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