Kaydet (Commit) 75362381 authored tarafından Roger E. Masse's avatar Roger E. Masse

new test script for cryptmodule.py

üst b6b85ddc
#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
import crypt
print 'Test encryption: ', crypt.crypt('mypassword', 'ab')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment