This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,8 @@ BrowserPass OTP | |
|
||
This is a companion extension which adds OTP capabilities to Browserpass. Whenever Browserpass is used to fill or copy login details, that entry is checked for a TOTP seed. If such a seed exists, it will be used to generate an OTP code. | ||
|
||
TOTP seeds may be provided either as an otpauth URL (e.g. "otpauth://totp/Example:alice@google.com?secret=JBSWY3DPEHPK3PXP&issuer=Example") or as a plain seed (e.g. "totp: JBSWY3DPEHPK3PXP"). Please note that the plain form is unsuitable for any TOTP implementation that does not use a period of 30 seconds and a length of 6 digits. | ||
TOTP seeds may be provided either as an otpauth URL (e.g. `otpauth://totp/Example:[email protected]?secret=JBSWY3DPEHPK3PXP&issuer=Example`) or as a plain seed (e.g. `totp: JBSWY3DPEHPK3PXP`). Please note that the plain form is unsuitable for any TOTP implementation that does not use a period of 30 seconds and a length of 6 digits. | ||
|
||
The OTP code may be accessed by clicking on the OTP extension icon, and can be copied to the clipboard by clicking the 'copy' icon. In addition, the generated OTP code will be copied to the clipboard immediately after Browserpass is invoked, unless Browserpass is already using the clipboard for something else. | ||
|
||
You must have browserpass v3.0.13 or greater installed; versions earlier than 3.0.12 will not trigger OTP at all. | ||
|
||
Please note that this extension requires Browserpass v3.0.13 or greater in order to function. It does not currently require any configuration. | ||
Please note that this extension requires Browserpass v3.0.13 or greater in order to function - earlier versions will not trigger OTP at all. It does not currently require any configuration. |