> We're already linking against the OpenSSL EVP libraries for hashlib > (and against the OpenSSL SSL libraries for the SSL support). It > wouldn't be hard to expose the EVP functions a bit more, essentially > as hash functions that return long (and reversible) hashes: > > encryptor = opensslevp.encryptor("AES-256-CBC", ...maybe some options...) > encryptor.update(...some plaintext...) Almost certainly this signature should be encryptor = opensslevp.encryptor("AES-256-CBC", KEY, ...options...) and correspondingly decryptor = opensslevp.decryptor("AES-256-CBC", KEY, ...options...) Bill
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4