fix typo
should be 128 bits (16 bytes), not 148 bits (16 bytes) Change-Id: Icfbd6f6c6d53d3948ef8f88e71a2ee5966dd5bec
This commit is contained in:
@@ -32,7 +32,7 @@ Keystone and a TOTP device (i.e. `Google Authenticator`_).
|
|||||||
.. _Google Authenticator: http://www.google.com/2step
|
.. _Google Authenticator: http://www.google.com/2step
|
||||||
|
|
||||||
TOTP uses a base32 encoded string for the secret. The secret must be at least
|
TOTP uses a base32 encoded string for the secret. The secret must be at least
|
||||||
148 bits (16 bytes). The following python code can be used to generate a TOTP
|
128 bits (16 bytes). The following python code can be used to generate a TOTP
|
||||||
secret:
|
secret:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
Reference in New Issue
Block a user