Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
test
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/test/test_crypt.py
#! /usr/bin/env python2.4 """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