1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
Files
help/_articles/account/unlock-with-pin.md
fred_the_tech_writer 906e2ca0dd Promote to Master (#748)
* 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>
2021-09-21 13:21:11 -04:00

6.4 KiB

layout, title, categories, featured, popular, tags, order
layout title categories featured popular tags order
article Unlock with PIN
account-management
false false
unlock
pin
10

Bitwarden can be configured to accept a Personal Identification Number (PIN) as a method to unlock your Vault.

PINs can only be used to unlock your Vault, you will still be required to use your Master Password and any enabled Two-step Login method when you log in. If you're not sure of the difference, scroll down to Understanding Unlock vs. Log In.

Enable Unlock with PIN

Unlock with PIN can be enabled for Bitwarden Browser Extensions, Desktop, and Mobile:

{% capture browser_extension %}

Enable for Browser Extension

To enable Unlock with PIN for your Browser Extension:

  1. Open the {% icon fa-cogs %} Settings tab.

  2. Scroll down to the Security section and check the Unlock with PIN checkbox.

  3. Enter the desired PIN code in the input box. Your PIN can be any combination of characters (a-z, 0-9, $, #, etc.).

    {% callout success %}The pre-checked option Lock with master password on browser restart will require you to enter your Master Password instead of the PIN when your browser restarts. If you want the ability to unlock with a PIN even when the browser restarts, uncheck the option.{% endcallout %}

Your Unlock with PIN settings will persist until you log out. When you log out of your Browser Extension, you'll need to re-enable Unlock with PIN.

To change your PIN, disable and re-enable Unlock with PIN. You will be prompted to enter a new PIN.

{% endcapture %} {{ browser_extension | markdownify}}

{% capture desktop_info %}

Enable for Desktop

To enable Unlock with PIN for your Desktop app:

  1. Open your Settings (on Windows, FileSettings) (on macOS, BitwardenPreferences).

  2. Scroll down to the Security section and check the Unlock with PIN checkbox.

  3. Enter the desired PIN code in the input box. Your PIN can be any combination of characters (a-z, 0-9, $, #, etc.).

    {% callout success %}The pre-checked option Lock with master password on restart will require you to enter your Master Password instead of the PIN when the app restarts. If you want the ability to unlock with a PIN when the app restarts, uncheck this option.{% endcallout %}

Your Unlock with PIN settings will persist until you log out. When you log out of your Desktop App, you'll need to re-enable Unlock with PIN.

To change your PIN, disable and re-enable Unlock with PIN. You will be prompted to enter a new PIN.

{% endcapture %} {{ desktop_info | markdownify}}

{% capture mobile_info %}

Enable for Mobile

To enable Unlock with PIN for your Mobile app:

  1. Open the {% icon fa-cogs %} Settings tab.

  2. Scroll down to the Security section and tap the Unlock with PIN Code option.

  3. Enter the the desired PIN code in the input box. Your PIN can be any combination of numbers (0-9).

    {% callout success %}A dialog box will appear asking whether you want to require unlocking with your master password when the application is restarted. Tap Yes to require your Master Password instead of PIN when the app restarts. Tap No for the ability to unlock with the PIN when the app restarts.{% endcallout %}

Your Unlock with PIN settings will persist until you log out. When you log out of your Mobile App, you'll need to re-enable Unlock with PIN.

To change your PIN, disable and re-enable Unlock with PIN. You will be prompted to enter a new PIN.

{% endcapture %} {{ mobile_info | markdownify}}

{% callout info %} When using the Lock with master password on restart PIN option, the Bitwarden application may not fully purge sensitive data from application memory when entering a locked state. If you are concerned about your device's local memory being compromised, you should not use this option. {% endcallout %}

Understanding Unlock vs. Log In

In order to understand why unlocking and logging in aren't the same, it's important to remember that Bitwarden never stores unencrypted data on its servers. When your Vault is neither unlocked nor logged in, your Vault data only exists on the server in its encrypted form.

Logging in to Bitwarden decrypts your Vault data to your device. In practice, that means two things:

  1. Logging in will always require your Master Password, because your Master Password is the source of the key needed to decrypt your Vault data. Additionally, because decryption is an operation that needs to be protected, this stage is where any enabled Two-step Login methods would be required.
  2. Logging in will always require you to be connected to the internet (or, if you're self-hosting, connected to the server), because you need access to the encrypted Vault in order to decrypt it.

Unlocking can only be done when you're already logged in. In other words, only when your Vault data is already stored (encrypted) on your device. Because your Vault is already downloaded and your decryption key stored in memory:

  1. You don't need the decryption key derived from your Master Password, so you're free to use other access methods, like PIN codes and biometrics.
  2. You don't need to be connected to the internet (or, if you're self-hosting, connected to the server).