Skip to content

Instantly share code, notes, and snippets.

View GoodManWEN's full-sized avatar
😇
他走的很安详

GoodManWEN

😇
他走的很安详
View GitHub Profile

source

import contextlib
import sys


def your_task():
    print("The test !")
const fs = require('fs');
let data = fs.readFileSync('IRONCLAD.autosave.json', 'utf8');
const out = [];
for (let i = 0; i < data.length; i++) {
const key = 'key';
out.push(data.charCodeAt(i) ^ key.charCodeAt(i % key.length));
}