8000 GitHub - Mobilpadde/moths at v1.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mobilpadde/moths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moths

emojicon authentications

what

Emojies as OTP (2FA)

why

Because why not?

how

Runnig this is quite easy.

  • Download the dependencies

    go mod download
  • Make a secret

    echo -n "MOTHS_SECRET=" > .env; echo 'moths' | sha256sum | base64 | head -c 32 >> .env
  • Start the program

    go run .

As I said, easy-peasy!

sample

four generated OTP's

v0.1

A sample out-put might be 😻🙀😺🙀🙀 which would equal the 920811 TOTP-token. Using the super secret secret of 😻 - genereated at 2022/04/28 02:05:42 AM and a 5-second interval.

Can be checked out at v0.1

shoutout

I couldn't have done it without the lovely OSS's listed below:

0