#!/bin/sh
# this script tries to emulate the unix crypt command using mcrypt

mcrypt -a crypt --key $1 -m stream --force --bare
