Using an Encryption class in a WordPress Plugin
Question
I’m making a WordPress plugin that works with sensitive data. So I need to store/retrieve date with a trusty encryption method.
I did some searches among many php encryption wrapper classes, and finally found DefuseCrypto as one of the best options.
The class needs minimum PHP 5.4 and also uses openssl_ and hash_hmac
What do you think? am I going to have problems with these requirements to have the plugin installed on users hosts? or shared hosting companies cover them by default?
Thank you
0
encryption, hosting, security
7 years
2016-04-12T04:58:53-05:00
2016-04-12T04:58:53-05:00 0 Answers
72 views
0
Leave an answer