Two-Factor Authentication on Drupal 8

Working with the Two-factor Authentication (TFA) module.
The take-aways
Requires tfa, encrypt and key modules.

Requirements

Projects/Modules

Server

  • mcrypt
    • I already had this installed, but someone referenced this particular php module so I'm putting it here.

The versions may not be important, but just adding what I used when installing. I'm not going to go into how to install all of that; I'm hoping you've got it figured out already.

Steps

Create a Key

  • Navigate to /admin/config/system/keys/add to add your key
    • If you don't have a key file yet, go here.