Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deybhayden/otpgen

Generate OTP Codes from MFA seeds
https://github.com/deybhayden/otpgen

Last synced: about 13 hours ago
JSON representation

Generate OTP Codes from MFA seeds

Awesome Lists containing this project

README

        

# generate-otp

Generate OTP Codes from MFA seeds. Inspired from [Managing AWS Root Passwords & MFA](https://summitroute.com/blog/2018/06/20/managing_aws_root_passwords_and_mfa/)

## install

```bash
pipenv install .
```

## usage

Follow the steps on the article above in setting up a virtual device for MFA on the AWS root user. Once you have the MFA seed, you can use it below:

```bash
export MFA_SEED="123495Ad3"
./get_mfa_code.py $MFA_SEED
```