Unix password crypt function.
Project description
A pure Python implementation of the Unix DES password crypt function, based on Eric Young’s fcrypt.c. It works with any version of Python from version 1.5 or higher, and because it’s pure Python it doesn’t need a C compiler to install it.