blob: 08e6b613bdb097d78c651e1698faa9a555139fa2 [file] [log] [blame]
#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
import crypt
print 'Test encryption: ', crypt.crypt('mypassword', 'ab')