Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a38ab505b6072384be77a63dd4a5570188bf199e
/
.
/
Lib
/
test
/
test_crypt.py
blob: 08e6b613bdb097d78c651e1698faa9a555139fa2 [
file
] [
log
] [
blame
]
#! /usr/bin/env python
"""Simple test script for cryptmodule.c
Roger E. Masse
"""
import
crypt
print
'Test encryption: '
,
crypt
.
crypt
(
'mypassword'
,
'ab'
)