A Livebook notebook for Elixir Code Smells How I hacked a bunch of crypto wallets with Elixir

One-Time-Password library in Elixir!

ExOtp is a library for generating and verifying One-Time-Passwords (either Time-based OTP(TOTP) or Counter based(via HOTP)). It is based on PyOTP and nimble_totp.