We are encrypting CreditCard data using method
WinAPIServer::cryptProtectData(str2cryptoblob(_data))
and decypting using cryptoblob2str(WinAPIServer::cryptUnProtectData(_data));
After moving the database and restoring it on another machine, we were not able to decrpt. New records on the new machine work fine. Is there a Machine key?
Thanks for you help