home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 33
/
Freelog033.iso
/
Progr
/
Python-2.2.1.exe
/
TEST_CRYPT.PY
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2001-01-18
|
233 b
|
12 lines
#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
from test_support import verify, verbose
import crypt
c = crypt.crypt('mypassword', 'ab')
if verbose:
print 'Test encryption: ', c