Skip to content

Instantly share code, notes, and snippets.

View QRcode1337's full-sized avatar
:electron:
Time travel

GhostSec QRcode1337

:electron:
Time travel
View GitHub Profile
@QRcode1337
QRcode1337 / gematria.js
Created April 7, 2021 20:30
Gematria Primus conversion as a node module(?)
function swap(json) {
var ret = {};
for (var key in json) {
ret[json[key]] = key;
}
return ret;
}
module.exports.r2l = {
"ᚠ": "F",