MFA workflow for Alfred 3.
You can easily generate/copy/paste MFA token via Alfred. Secret key list is encrypted by openssl RSA key.
You must enter passphrase each time to generate MFA token.
This tool uses oath-toolkit to generate TOTP token. Please install it from Homebrew.
brew install oath-toolkit
- Type
mfa init
to initialize openssl encryption key. - Type
mfa add SERVICE SECKEY
to add new entry. - Type
mfa SERVICE
to generate token for SERVICE.