stratumauth / app

📱 Two-Factor Authentication (2FA) client for Android + Wear OS
https://stratumauth.com
GNU General Public License v3.0
3.14k stars 201 forks source link

Implement RSA-based OTP (SecurID) #1069

Open Streep opened 10 months ago

Streep commented 10 months ago

It would be nice if RSA multi-factor authentication OTP keys could be implemented, such as from the widely deployed OTP RSA Authenticator app (formerly "SecurID").

The nice work here can possibly be used for a straightforward implementation: https://github.com/stoken-dev/stoken (written in C, so the important bits need to be ported).

Additional inspiration can possibly be drawn from https://github.com/privacyidea (also has an RSA-implementation, server-side, I believe).