All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib-python.2.5.test.test_crypt.py Maven / Gradle / Ivy

There is a newer version: 2.7.1.1
Show newest version
#! /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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy