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

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Utilities.crypto.__init__.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Utilities.crypto.__init__.html	Mon Feb 01 10:38:16 2021 +0100
@@ -130,14 +130,14 @@
 <dd>
 password to be used for decryption (string)
 </dd>
-<dt><i>keyLength=</i></dt>
+<dt><i>keyLength</i></dt>
 <dd>
 length of the key to be generated for decryption
         (16, 24 or 32)
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 decrypted data (bytes) and flag indicating
         success (boolean)
@@ -163,19 +163,19 @@
 <dd>
 password to be used for encryption (string)
 </dd>
-<dt><i>keyLength=</i></dt>
+<dt><i>keyLength</i></dt>
 <dd>
 length of the key to be generated for encryption
         (16, 24 or 32)
 </dd>
-<dt><i>hashIterations=</i></dt>
+<dt><i>hashIterations</i></dt>
 <dd>
 number of hashes to be applied to the password for
         generating the encryption key (integer)
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 encrypted data (bytes) and flag indicating
         success (boolean)
@@ -208,7 +208,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 encoded or decoded password (string)
 </dd>
@@ -231,7 +231,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 decoded password (string)
 </dd>
@@ -258,7 +258,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 decrypted password (string) and flag indicating
         success (boolean)
@@ -282,7 +282,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 encoded password (string)
 </dd>
@@ -309,7 +309,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 encrypted password (string) and flag indicating
         success (boolean)
@@ -344,7 +344,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 encoded password (string)
 </dd>
@@ -375,7 +375,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 encrypted password (string) and flag indicating
         success (boolean)

eric ide

mercurial