extract_otp_secrets icon indicating copy to clipboard operation
extract_otp_secrets copied to clipboard

Feature request; Parse RSA SecureID QR code data

Open adjenks opened this issue 1 year ago • 2 comments

Feature request; Parse RSA SecureID QR code data.

It appears to be very obscured.

adjenks avatar Jun 27 '24 20:06 adjenks

Thanks for your request. In order to understand it I need more information:

  1. Do you have an example of QR code?
  2. What are RSA SecureID QR codes? What are they used for?
  3. Do you have any specification of RSA SecureID QR codes or information about these codes?

scito avatar Jun 30 '24 07:06 scito

I'm sorry, I don't have one I could provide you right now.

They are OTP token seeds. Basically the same as the ones you parse, but I think the algorithm is slightly different. I think RSA was the first company to create a product using OTP software tokens. Originally they made hardware devices that showed numbers.

Here is an unofficial library that generates the QR codes from the sdtid files: https://github.com/stoken-dev/stoken

Here is the official app to generate the tokens: https://play.google.com/store/apps/details?id=com.rsa.securidapp

Here is their official marketing page; https://www.rsa.com/products/securid/

adjenks avatar Jul 04 '24 21:07 adjenks