Cryptolib ========= .. module:: cryptolib :synopsis: cryptographic functions Introduction ------------ The cryptolib module provides a set of classes and functions that can be used to encrypt and decrypt data. The general principle is to create an object of the type of cipher with which you want to encrypt/decrypt. This object will be created with all required parameters once, after which it can be used multiple times to either encrypt or decrypt pieces of data. .. note:: From Release 25.3.R1 onward, this module has moved to the pySROS library and is called pysros.esm.cryptolib. See the pySROS API documentation for more information.