M2Crypto wrapper for OpenSSL EVP API.
Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
Portions Copyright (c) 2004-2007 Open Source Applications Foundation.
Author: Heikki Toivonen
str
|
pbkdf2(password,
salt,
iter,
keylen)
Derive a key from password using PBKDF2 algorithm specified in RFC
2898. |
|
|
|
hmac(key,
data,
algo=' sha1 ' ) |
|
|
M2Crypto.EVP.PKey
|
load_key(file,
callback=<function passphrase_callback at 0x83b2a04>)
Load an M2Crypto.EVP.PKey from file. |
|
|
M2Crypto.EVP.PKey
|
load_key_bio(bio,
callback=<function passphrase_callback at 0x83b2a04>)
Load an M2Crypto.EVP.PKey from an M2Crypto.BIO object. |
|
|
M2Crypto.EVP.PKey
|
load_key_string(string,
callback=<function passphrase_callback at 0x83b2a04>)
Load an M2Crypto.EVP.PKey from a string. |
|
|