Encrypt

From SusoSight

encrypt is a program for turning plaintext words or strings into their encrypted forms in a variety of ways.

Note: this was never meant to be a sophisticated encryption program, I wrote it only because I needed to set a random password for someone's website every week and needed something to do it. All it does is provide a nice frontend to the unix 'crypt()' function.

Download