eric6/Documentation/Source/eric6.Utilities.crypto.py3AES.html

changeset 7631
2c7ccb4484bf
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7630:4010cc7e9c0b 7631:2c7ccb4484bf
928 <dt>Returns:</dt> 928 <dt>Returns:</dt>
929 <dd> 929 <dd>
930 decrypted data (bytes) 930 decrypted data (bytes)
931 </dd> 931 </dd>
932 </dl> 932 </dl>
933 <dl>
934
935 <dt>Raises <b>ValueError</b>:</dt>
936 <dd>
937 raised to indicate an invalid key size
938 </dd>
939 </dl>
933 <div align="right"><a href="#top">Up</a></div> 940 <div align="right"><a href="#top">Up</a></div>
934 <hr /> 941 <hr />
935 <hr /> 942 <hr />
936 <a NAME="encryptData" ID="encryptData"></a> 943 <a NAME="encryptData" ID="encryptData"></a>
937 <h2>encryptData</h2> 944 <h2>encryptData</h2>
959 <dt>Returns:</dt> 966 <dt>Returns:</dt>
960 <dd> 967 <dd>
961 encrypted data prepended with the initialization vector (bytes) 968 encrypted data prepended with the initialization vector (bytes)
962 </dd> 969 </dd>
963 </dl> 970 </dl>
971 <dl>
972
973 <dt>Raises <b>ValueError</b>:</dt>
974 <dd>
975 raised to indicate an invalid key size
976 </dd>
977 </dl>
964 <div align="right"><a href="#top">Up</a></div> 978 <div align="right"><a href="#top">Up</a></div>
965 <hr /> 979 <hr />
966 <hr /> 980 <hr />
967 <a NAME="strip_PKCS7_padding" ID="strip_PKCS7_padding"></a> 981 <a NAME="strip_PKCS7_padding" ID="strip_PKCS7_padding"></a>
968 <h2>strip_PKCS7_padding</h2> 982 <h2>strip_PKCS7_padding</h2>

eric ide

mercurial