Skip to content

Instantly share code, notes, and snippets.

@tcoram
tcoram / blowfish.sh
Created July 30, 2014 19:51
Blowfish crypto in sh and gawk
#!/bin/sh
#
# Blowfish - A pure posix shell and gawk implementation of the
# Blowfish algorithm.
# By Todd Coram (todd at maplefish dot com)
#
# This file is in the public domain. You are free to use it for any purpose.
#
# Be warned: This is a naive CBC implementation and is only meant for
# demonstrations and playing around with crytpo.