emojicon authentications
Emojies as OTP (2FA)
Because why not?
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!
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
I couldn't have done it without the lovely OSS's listed below: