Skip to content

Instantly share code, notes, and snippets.

View jordanbaucke's full-sized avatar

Jordan Baucke jordanbaucke

View GitHub Profile
string signature = generatePGPSignature(message, privKey);
// add Bouncy JCE Provider, http://bouncycastle.org/latest_releases.html
Security.addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider());
@jordanbaucke
jordanbaucke / nuts_and_bolts_match.js
Created April 10, 2019 04:33
Whiteboard Warriors, 03.05.19, Solution: Match Nuts & Bolts, Source: https://www.geeksforgeeks.org/nuts-bolts-problem-lock-key-problem/
let nuts = ['@', '#', '$', '%', '^', '&']
let bolts = ['$', '%', '&', '^', '@', '#']