Rsa Securid Hardware Token Reader For Mac

Posted By admin On 11.06.20

Search among more than 1.000.000 user manuals and view them online in.pdf. RSA SecurID Software Token with Automation 4.1.2 for Windows and Mac OS X Administrator's Guide 2 years ago in RSA SecurID Software Token for Microsoft Windows by Kevin Kyle RSA SecurID Software Token with Automation 4.1.2 for Windows and Mac OS X Quick Start 2 years ago in RSA SecurID Software Token for Microsoft Windows. License additional RSA SecurID Software tokens as you grow. Protect your enterprise and keep your mobile users productive with multifactor authentication from smartphones, tablets, and PCs. Use software tokens to secure access from popular mobile platforms, including iOS (iPhone, iPad), Android, Blackberry, Windows Phone, Windows, and Mac OS X.

  1. Rsa Securid Token Import
  2. Rsa Securid Token

We've been using the RSA SecurID token software for out tokens on our Windows system without issue. I tried to find the same software for the two MAC systems we have. All I can find is the version with Automation and it appears our tokens don't work with that software. The RSA SecurID Token for Windows and RSA SecurID Token for Mac OSX are convenient form factors that reside on a PC or Mac and enable automatic integration with leading remote access clients. The RSA SecurID Token for Windows and RSA SecurID Token for Mac OSX are convenient form factors that reside on a PC or Mac and enable automatic integration with leading remote access clients.

Active7 years, 7 months ago

I put together a quick WinForm/embedded IE browser control which logs into our company's bank website each morning and scrapes/exports the desired deposit information (the bank is a smallish regional bank). Since we have a few dozen 'pseudoaccounts' that draw from the same master account, this actually takes 10-15 minutes to retrieve.

Anyway, the only problem is that our business bank account reuires an RSA security token (http://www.rsa.com/node.aspx?id=1156)--if you are not familiar, it is a small device which shows a random 6 digit number every 15(?) seconds, so I have to prompt for this value before starting. This is on top of the website's login based security model, so even if you create a read-only account that can't do anything, you still have to put the RSA number in. We have 5 of these tokens for different people in the company.

From our perspective this is nusiance security. I was joking about using a web camera to OCR the digits from the key fob so they didn't have to type it in -- mainly so that the scraping/export would be done before anyone arrives in the morning. Well, they asked if I could really do it.

So now I ask you, how hard (how many hours) do you think it would take to OCR these digits reliably from a JPEG image produced by the camera? I already know I can get the JPEG easily. I think you get 3 tries to log in, so it really needs to hit a 99% accuracy rate. I could work on this on my off time, but they don't want me to put more than a few hours into it, so I want to leverage as much existing code as possible. This is a 7-segment display (like an alarm clock) so it's not exactly text that an OCR package would be used to seeing.

Also--there is a countdown timer on the side of the display; typically when it is down to 1 bar, you wait until the next number appears and it starts over at 5 bars (like signal strength on your cell phone). So this would need to be OCRd as well but it is not text.

Anyway the more I think about it as I type this, the less convinced I am that I can truly get this right, so maybe I should just work on it in my spare time?

user130582user130582

5 Answers

This is actually easier than it might at first appear. I've used this technique in the past, based on the fact that the digits always look the same, and always appear in the same locations.

Just create ten little masks, one for each of the digits, and prepare a script that splits your one jpg image into pieces, one for each digit. Line up the camera once, then leave it like that. Now you have ten masks for 0-9, and the actual digits on the device. Multiply the pixel values in each mask by each digit, and choose the highest value in each case. That will tell you which mask each digit best fits, and you can use that to determine the digits.

Disclaimer: I don't think this is a great idea for security reasons, as other commenters have pointed out.

PeterPeter
87.8k41 gold badges162 silver badges199 bronze badges

There are at least two well-documented open source seven-segment OCR programs designed precisely for the task of automatically reading RSA SecurID fobs:

- Microsoft Reader Converter is an advanced utility which converts Microsoft Reader ebook files to PDF format, convert LIT to PDF format easily and quickly.Microsoft Reader Converter is an advanced utility which converts Microsoft Reader ebook files. .scc file reader for mac.

  • ssocr: Seven Segment Optical Character Recognition. It has links to other OCR and image processing software.

  • LCDOCR.pm: OCR Build Your Own with Perl modules - May 2007 - Linux Magazine Online

and more general-purpose software that runs on Symbian cell phones may be open by now:

  • Reading LCD/LED Displays with a Camera Cell Phone - 2nd IEEE Workshop on Embedded Computer Vision (ECVW '06)

The latest work on helping visually-impaired people seems to be Real-Time Detection and Reading of LED/LCD Displays for Visually Impaired Persons - Proc IEEE Workshop Appl Comput Vis. 2011

nealmcbnealmcb
6,3923 gold badges36 silver badges68 bronze badges

I believe there is a software version of the RSA SecurID token. See here

I'm not sure it'll work for your situation (you might have to talk to the bank), but if it does it's probably easier and more reliable than OCR would be.

SplatSplat

Rsa Securid Token Import

Just for grins you might try feeding a scan of your RSA token into Tesseract OCR and see how well it performs out-of-the-box. My guess is that you'll need to do considerable tweaking of the scan contrast/brightness values in order to get a clear text image for scanning.

dschwarzdschwarz

You can try using the OCR API at http://www.webservius.com/corp/docs/wisetrend.pdf - for the volumes you're talking about, it will likely be free for you. To quickly test whether or not the digits will be recognized, you can send a test image to ocr@wisetrend.com and you will get back the OCR results over email.

Eugene OsovetskySecuridEugene Osovetsky
5,6322 gold badges32 silver badges57 bronze badges

Rsa Securid Token

Not the answer you're looking for? Browse other questions tagged keyrsaocrtoken or ask your own question.