cpython/Lib/dos-8x3/test_cry.py

7 lines
157 B
Python
Raw Normal View History

#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
import crypt
print 'Test encryption: ', crypt.crypt('mypassword', 'ab')