Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
# -*- coding: utf-8 -*-
import subprocess
__all__ = ["transform"]
__version__ = '0.3'
__author__ = 'Christoph Burgmer <cburgmer@ira.uka.de>'
__url__ = 'http://github.com/cburgmer/upsidedown'
@jdpaton
jdpaton / corvette.sh
Created October 26, 2012 07:24
Encrypted file using image steganography
#!/bin/bash
# Author: jamie.paton@googlmail.com
# COMMANDS
# create: Args: <path to image file> <path to plain file>
# Encrypts a file using the GPG utility, then zips it up and embeds
# it into the image file