Check out the Entity Engine encryption stuff, which BTW isn't perfect but is 
pretty good.

-David


Dave Tenerowicz wrote:
Thanks David. This is very helpful.
How do we determine the encryption scheme and keys that OFBiz is using? If we know what OFBiz is using, we can use the same scheme/key combination to prepare the import files.

-Dave

David E Jones wrote:


Dave Tenerowicz wrote:
Is there any way to import credit card data in an encrypted format, so that OfBiz can properly decrypt the values? We need to import millions of credit card records into OFB, and would like to do this directly to the database (SQL Server) without using xml import. Can this be done? What encryption method is being used by OfBiz?

Quite possible, just have to find out which encryption scheme and key(s) have been used and make sure OFBiz is doing the same.

Or is the only safe approach to use XML import?

Can go either way. Just make sure with the XML import that it doesn't double-encrypt it...

If we use XML import, what are the absolute record limits per import file? I'm guessing 10,000 records per file?

In theory there is no limit. ;)

-David



Reply via email to