otp-without-db icon indicating copy to clipboard operation
otp-without-db copied to clipboard

database less OTP verification using cryptography 🔐

Results 3 otp-without-db issues
Sort by recently updated
recently updated
newest added

A user can ask for otp multiple times, and reverse engineer your secret key, because he has all the elements of the hash, the phone number, the otp, and the...

Hi, thanks for the package, i want to avoid user generate otp repeated in short time. Let say same phone number, can only generate new otp after x minutes/seconds from...

At first I really liked the idea of using cryptography instead of storing OTP attemps in DB, but how to protect from buteforce attacks? Usually I'd expect any OTP attempt...