Skip to content

Instantly share code, notes, and snippets.

View reppolice's full-sized avatar

Anastasios Tsiolakidis reppolice

View GitHub Profile
@reppolice
reppolice / bounty.js
Created December 16, 2017 23:55 — forked from lenilsonjr/bounty.js
Keybase WarpWallet Bounty Challenge
function randomString(length, chars) {
var result = '';
for (var i = length; i > 0; --i) result += chars[Math.floor(Math.random() * chars.length)];
return result;
}
function searchWallet() {
warpwallet.run({
passphrase: randomString(8,'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'),
salt: 'a@b.c',
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.