Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RSA-based OTP (SecurID) #1069

Open
Streep opened this issue Jan 5, 2024 · 0 comments
Open

Implement RSA-based OTP (SecurID) #1069

Streep opened this issue Jan 5, 2024 · 0 comments
Labels
feature New feature

Comments

@Streep
Copy link

Streep commented Jan 5, 2024

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 Streep added the feature New feature label Jan 5, 2024
@Streep Streep changed the title Implement RSA-based OTP (SecureID) Implement RSA-based OTP (SecurID) Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant