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

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