DEV Community

Rust Realtime OTP Algorithm

Opium ver. K on March 22, 2023

Time-based One-Time Password (TOTP) Algorithm Implementation in Rust This Rust program provides an implementation of the Time-based On...
Collapse
 
johnram98468527 profile image
JohnRamsey

Hello. It was interesting to read your article. Because nowadays this security system is really used in many places, as it is quite resistant to cryptographic attacks, unlike other methods. So if you are looking for a reliable and powerful rfc generator based on algorithm based one time password (TOTP), I recommend you this site. I have already been convinced of their safety and reliability in practice.