vsn Posted March 17, 2019 Posted March 17, 2019 What is the best encrypting method in terms of speed and security? Is this 1) Use the PHP Encryption library with the openssl extension (highest security) or 2) Use Rijndael with the openssl extension.
0 Traumflug Posted March 17, 2019 Posted March 17, 2019 Good question. To avoid such questions, removing two of the three algorithms is planned anyways. Unless PHP encryption turns out to be measurably slower than the others, it'll be the algorithm in the future, relieving merchants from the burden of making a choice. I think there is no real preference for one or another. All three work fine. Changing the algorithm is simple as well, it just logs out all customers and employees. They can log back in immediately, no need for changing passwords or such stuff. Shop visitors won't even notice.
0 vsn Posted March 17, 2019 Author Posted March 17, 2019 Thanks for the detailed explanation. I will just leave it with PHP Encryption library 🙂
Question
vsn
What is the best encrypting method in terms of speed and security? Is this 1) Use the PHP Encryption library with the openssl extension (highest security) or 2) Use Rijndael with the openssl extension.
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now