Skip to content

Instantly share code, notes, and snippets.

View alfredmyers's full-sized avatar

Alfred Myers alfredmyers

View GitHub Profile
@alfredmyers
alfredmyers / gist:5cc3b9e4aa97bf9d20da
Last active August 29, 2015 14:24
Google for Work Security Key Challenge
<html>
<head>
<script type='text/javascript'>
function decypher() {
var om = document.getElementById('orig_message').value;
var msg = '';
var cypher = -3;
for (i = 0; i < om.length; i++) {
var ascii = om.charCodeAt(i);