From: Matthew W. <ma...@ov...> - 2006-04-05 21:04:12
|
I need to do some symmetric encryption inside a python program. The command-line openssl command would be openssl enc -bf -in infile.txt -out outfile.txt or something like that. Are the bindings for this part of OpenSSL? |