Skip to content

Instantly share code, notes, and snippets.

View JasonRaveling's full-sized avatar

Jason Raveling JasonRaveling

View GitHub Profile
@JasonRaveling
JasonRaveling / jwmanagement-quick-dev-deploy.sh
Last active June 10, 2019 15:13
Quickly deploy a development environment of JW Management on a Debian based system.
#!/bin/sh
# Place this script in your home directory (~/) and run it
#
# This will run some commands to quickly install and run
# JWManagement in a development environment. This has
# been tested on Ubuntu 19.04 but should work on any
# unix-like systems based on Debian.
# Check if curl is installed
@JasonRaveling
JasonRaveling / OB-signed-store-message
Created February 12, 2019 03:53
Copy and paste this text into https://keybase.io/verify to confirm my identity.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Please use this verified message to confirm that you are actually dealing directly with me.
My OpenBazaar Store: ob://QmUGCXBcMFT5YJvuzesyX7GvkYpJ8PpULcn2bjZpH63wzZ/
Keybase Profile: https://keybase.io/webunraveling
If you are not comfortable using PGP but would like to encrypt a message to me, go to https://keybase.io/encrypt#webunraveling and write your message. Just copy and paste your encrypted message in to an email or OpenBazaar chat.

Keybase proof

I hereby claim:

  • I am JasonRaveling on github.
  • I am webunraveling (https://keybase.io/webunraveling) on keybase.
  • I have a public key whose fingerprint is 82B2 AFEA F650 270D 8F72 1DEA E6BD 57DA 441B C628

To claim this, I am signing this object:

@JasonRaveling
JasonRaveling / Pattern.java
Last active January 19, 2016 02:13
Decrypt TWRP Recovery on Encrypted Android
// past this into a file name Pattern.java
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
public class Pattern {
public static void main(String... args) {
int[] pattern = {DOT_NUMBERS_HERE};