Sha256: 24ba87a50fbe9bf60624946379116d7fe36f919d1a13aba89a0959ca8353bfe5
Contents?: true
Size: 222 Bytes
Versions: 30
Compression:
Stored size: 222 Bytes
Contents
#! /usr/bin/env python """Simple test script for cryptmodule.c Roger E. Masse """ from test_support import verify, verbose import crypt c = crypt.crypt('mypassword', 'ab') if verbose: print 'Test encryption: ', c
Version data entries
30 entries across 30 versions & 1 rubygems