Return a 48-bit pseudorandom salt for crypt().
This function is not suitable for generating cryptographic secrets.
Append padding to the data. Length of padding depends on length of data and the block size of the specified encryption algorithm. Different types of padding may be selected via the padding_class parameter
Cyberflex MAC is the last Block of the input encrypted with DES3-CBC
Do a cryptographic operation. operation = do_encrypt ? encrypt : decrypt, cipherspec must be of the form “cipher-mode”, or “cipher”
Compute various types of cryptographic checksums.
Parameters: |
|
---|
Strip the padding of decrypted data. Returns data without padding