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

12 lines
218 B
Python
Raw Normal View History

#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
1997-04-02 02:13:34 -04:00
from test_support import verbose
import crypt
1997-04-02 02:13:34 -04:00
c = crypt.crypt('mypassword', 'ab')
if verbose:
print 'Test encryption: ', c