mirror of
https://github.com/bitwarden/help
synced 2025-12-25 20:53:19 +00:00
* initial commit
* adding quotes for the array error
* Create Gemfile
* Create Gemfile.lock
* add .nvmrc and .node-version
* removed /article from URL
* update links to work with netlify
* more fixed links
* link fixes
* update bad links
* Update netlify.toml
toml test for redirects
* article redirect
* link fixes
* Update index.html
* Update netlify.toml
* Update _config.yml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* add article back into URL for launch
* Update netlify.toml
* Update netlify.toml
* add order to categories front matter
* Update netlify.toml
* update
* sidemenu update
* Revert "sidemenu update"
This reverts commit 5441c3d35c.
* update order prop
* Navbar updates per Gary and compiler warnings
* font/style tweaks
* Update sidebar.html
* Stage Release Documentation (#739)
* initial drafts
* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information
* edit
* edit
* Custom Field Context Menu & CAPTCHA item in release notes
* SSO relink event
* update rn
* small edits
* improve release notes titles
* fix side menu
* Edits courtest of mportune!
* update order
* link fixes
* link cleanup
* image updates and a link
* fix trailing slash
Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
---
|
|
layout: article
|
|
title: Account Fingerprint Phrase
|
|
categories: [security]
|
|
featured: false
|
|
popular: false
|
|
tags: [fingerprint]
|
|
order: "05"
|
|
---
|
|
|
|
Each Bitwarden account has a public "fingerprint phrase" associated with it. Your account's fingerprint phrase is permanent and composed of five random english words that appear in a specific order, for example:
|
|
|
|
```
|
|
alligator-transfer-laziness-macaroni-blue
|
|
```
|
|
|
|
## What is my fingerprint phrase used for?
|
|
|
|
Your fingerprint phrase is an important security feature that assists in uniquely and securely identifying a Bitwarden user account when important encryption-related operations are performed (such as sharing).
|
|
|
|
Some Bitwarden procedures (e.g. adding a new user to an Organization, enabling Biometric Unlock for Browser Extensions) may ask you to verify that the fingerprint phrase matches your own or another user's.
|
|
|
|
Validating fingerprint phrases ensures that end-to-end encryption is securely initiated and that the Bitwarden server you are communicating with (and your connection) has not been maliciously tampered with.
|
|
|
|
## Where can I find my fingerprint phrase?
|
|
|
|
You can find your account's fingerprint phrase from any Bitwarden client application:
|
|
|
|
- **Web Vault**: Settings → My Account
|
|
- **Desktop Apps**: Account → Fingerprint Phrase
|
|
- **Browser Extensions**: Settings → Account → Fingerprint Phrase
|
|
- **Mobile Apps**: Settings → Account → Fingerprint Phrase
|
|
- **CLI**: Using the command `bw get fingerprint me`
|