CodeIgniter Forums
Encryption Library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Encryption Library (/showthread.php?tid=26339)



Encryption Library - El Forum - 01-11-2010

[eluser]Zack Kitzmiller[/eluser]
Does anyone use this library to store extremely sensitive information like SSNs or Credit Card Numbers?

Just curious more than anything, but could really be helpful.


Encryption Library - El Forum - 01-12-2010

[eluser]Cro_Crx[/eluser]
I haven't used it to store anything that's super sensitive. If you're going to be storing Credit Card numbers, make sure you know the PCI DSS. You need to comply with the standards in order to be able to store credit card information. It's illegal to store that information without complying.

http://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard


Encryption Library - El Forum - 01-12-2010

[eluser]Zack Kitzmiller[/eluser]
I am very aware of PCI Compliance, but don't have the intent to store any credit card numbers at this time.

Thanks for the heads up.