Skip to content

Instantly share code, notes, and snippets.

View hyper3xpl0iter's full-sized avatar

Andre Mattie hyper3xpl0iter

View GitHub Profile
@troyericg
troyericg / bash_scripts
Last active December 14, 2015 03:59
a few modifications to my shell.
# ------------------------------------------------
# Opens up various text editors in background
alias subl='open -a "Sublime Text 2" -g'
alias mate='open -a "TextMate" -g'
# ------------------------------------------------
# Server Aliases
@beala
beala / splitback.sh
Last active December 14, 2015 03:59
Script for encrypting a file with an autogenerated key and splitting that key into multiple parts using Shamir's secret sharing.
#!/bin/bash
# Uses my xkpa password generator: https://github.com/beala/xkcd-password
# The password generation method can be modified below.
# Depends on openssl and ssss (http://point-at-infinity.org/ssss/)
# Copyright (c) 2012 Alex Beal
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
# the Software without restriction, including without limitation the rights to