Skip to content

Instantly share code, notes, and snippets.

View thijsdezoete's full-sized avatar

Thijs de Zoute thijsdezoete

View GitHub Profile
@thijsdezoete
thijsdezoete / XORCipher.js
Created April 22, 2023 13:03 — forked from sukima/XORCipher.js
A Super simple encryption cipher using XOR and Base64 in JavaScript
// XORCipher - Super simple encryption using XOR and Base64
//
// Depends on [Underscore](http://underscorejs.org/).
//
// As a warning, this is **not** a secure encryption algorythm. It uses a very
// simplistic keystore and will be easy to crack.
//
// The Base64 algorythm is a modification of the one used in phpjs.org
// * http://phpjs.org/functions/base64_encode/
// * http://phpjs.org/functions/base64_decode/
@thijsdezoete
thijsdezoete / backtogeocities.js
Last active December 25, 2015 18:29 — forked from krrishd/backtogeocities.js
Support other protocols as well..
/*
Tired of the same old bootstrapped site?
Miss the trendy, hip Geocities look?
This bookmarklet will fix that in a click!
Derived from Bootstrap Geocities theme at http://code.divshot.com/geo-bootstrap/
Simply add new bookmark, edit url, and add bottom code in place of url. Whenevver you miss Geocities, click it.
*/