Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dbfed710a151f3f033cd3fc8be4fb9fd9c04a6c7
/
.
/
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'
)