Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert RSA SecurID Phone Token to Windows Token

There's an RSA soft token app for smart phones as well as a Windows desktop counterpart. I received a QR code to be used with the phone app, but I'd like to use it on my computer. The computer version of the RSA soft token program expects .sdtid files.

The phone-app QR code decodes into a URL with the following form:

http://127.0.0.1/securid/ctf?ctfData=RHVtbXkgRGF0YQ%3D%3D

The CTF (Compressed Token Format) appears to be URL-encoded Base64 data, so URL-decoding that last part would yield:

RHVtbXkgRGF0YQ==

And Base64 decoding that would give:

Dummy Data

When I do this with the real data (which is confidential), I get some kind of binary file which the Linux file command identifies as "DBase 3 data file", but that may not be accurate. It certainly won't import into the Windows program.

There's an official utility for converting from a Windows .sdtid file to these CTF URLs (Software Token Converter), but it only goes in that one direction. I strongly suspect the conversion could occur in the opposite direction, but everyone else seems to be more interested in moving more of their vital operations onto their smart phones.

Does anyone know how to convert an RSA software phone token into a Windows RSA software token?

like image 608
Hammer Bro. Avatar asked May 03 '16 21:05

Hammer Bro.


People also ask

How do I transfer my RSA token from Android to email?

On your device, tap the . In this case, choose the RSA SecurID Software Token app. When the app prompts you, enter the password from the email called “Your BMO Soft Token: Import Password”. In the confirmation screen, tap OK. Once you import your token, either rename it.


1 Answers

RSA SoftToken accepts both the .sdtid files and CTKIP url. It has to be generated separately for Android device and the Windows machine. Right now there is no tool for the other way around.

Checked at PM level too, as I work at SecurID team. Will see if it possible or can we get a project in the same direction.

like image 191
Shaswat Avatar answered Sep 20 '22 13:09

Shaswat