in reply to Re^8: Creating a rainbow table for a ten-digit number: Advice?
in thread Creating a rainbow table for a ten-digit number: Advice?

I'm pretty sure that there would be some way of handing off the input number from Access to a perl script for encryption. Of course, you may not be interested in doing that.

But if you were, one possibility would be to have a perl script running in the background acting as a DDE server and then use a VBA macro to pass the number and retrieve the encrypted version. It's old technology, but simple to set up. Far easier than COM.

  • Comment on Re^9: Creating a rainbow table for a ten-digit number: Advice?