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

mcrypt -a enigma -o scrypt -m stream --bare --key $1 --force
