Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ce7fc98d86edca289462e3bc70436a5b68763913
/
.
/
Lib
/
dos-8x3
/
test_cry.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'
)