cpython/Lib/test/test_crypt.py
1996-12-09 23:13:45 +00:00

6 lines
157 B
Python
Executable file

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