Class Crypto.Pipe
classCrypto.Pipe- Description
A wrapper class that connects several cipher algorithms into one algorithm. E.g. triple DES can be emulated with
Crypto.Pipe(Crypto.DES, Crypto.DES, Crypto.DES).
class Crypto.PipeA wrapper class that connects several cipher algorithms into one
algorithm. E.g. triple DES can be emulated with
Crypto.Pipe(Crypto.DES, Crypto.DES, Crypto.DES).