Encrypting Credit Card Info in the Orders Table

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
I am trying to make a pos program to tie in with nopcommerce but I need to know what code is used to encrypt the credit card info. Does anyone here know or can point me in the right direction?
12 years ago
For 2.x, see the EncryptText method in \Libraries\Nop.Services\Security\EncryptionService.cs

For 1.90, see the Encrypt method in Libraries\Nop.BusinessLogic\Security\SecurityHelper.cs

.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.