AuthenticatorPro icon indicating copy to clipboard operation
AuthenticatorPro copied to clipboard

Implement RSA-based OTP (SecurID)

Open Streep opened this issue 2 years ago • 0 comments

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).

Streep avatar Jan 05 '24 01:01 Streep