Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deybhayden/otpgen
- Owner: deybhayden
- License: mit
- Created: 2022-02-03T20:41:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T15:15:15.000Z (10 months ago)
- Last Synced: 2024-01-08T16:44:55.449Z (10 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```