--- a/eric6/Documentation/Source/eric6.Utilities.crypto.py3PBKDF2.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.crypto.py3PBKDF2.html Sat Jan 16 16:51:23 2021 +0100 @@ -89,7 +89,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hashed password entry according to PBKDF2 specification (string) </dd> @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of digestname (string), number of iterations (integer), salt (bytes) and hashed password (bytes) @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hashed password (bytes) </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hashed password (bytes) </dd> @@ -225,7 +225,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successfull verification (boolean) </dd>