RSA TokenConverter

Status
Not open for further replies.

Lily

B.R
Staff member
I need to convert one profile I tried below steps, but didnt work am not seeing my .sdtid file changing to .txt


Code:
1. Copy the %filename%.sdtid (e.g. jsmith.sdtid) to the location that has the TokenConverter.exe application (e.g. C:\Temp)
2. Open a cmd prompt
3. To get the token code you must convert the sdtid file (e.g. jsmith.sdtid) to a text file (e.g. jsmith.txt)
4. At the command prompt, navigate to the location of the files (e.g. C:\Temp) and type the following command (where 1234 = the password that was set up).
C:\Temp>TokenConverter.exe jsmith.sdtid -mobile -p 1234 -o jsmith.txt
5. The text file (e.g. jsmith.txt) will be created in the folder location (e.g. C:\Temp)
6. Open the text file and it should look similar to this (all on one line):
com.rsa.securid://ctf?ctfData=200003343771460637216636667440620634620704411262122066246172127326430516671634234
7. Copy this full text
8. Open the RSA SecurID app, and select import Token
9. Paste the copied text into the import Token window.

Can anyone help me please :/
 
Status
Not open for further replies.
Top