home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2009 June
/
maximum-cd-2009-06.iso
/
DiscContents
/
OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe
/
openofficeorg1.cab
/
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
|
2008-12-15
|
227 b
|
12 lines
#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
from test.test_support import verify, verbose
import crypt
c = crypt.crypt('mypassword', 'ab')
if verbose:
print 'Test encryption: ', c