DEVELOPMENT SERVICES
Speed the delivery of innovative web-based software solutions that integrate open source with your IBM i business logic & data.
Speed the delivery of innovative web-based software solutions that integrate open source with your IBM i business logic & data.
License-free PHP for business is here! CommunityPlus+ PHP delivers solid performance in a slim, efficient package.
Get quick resolution on all your PHP issues with support from the maintainers of PHP on IBM i modules ibm_db2 and pdo_ibm.
At Seiden Group, our passion for helping clients succeed with PHP, Python, and Node.js initiatives on IBM i can speed your delivery of brilliant software solutions that people love to use.
Led by leaders in open source on IBM i, we remove hurdles to your success and ensure that your users remain highly productive.
Storing Passwords Safely
/0 Comments/in PHP /by Calvin BuckleyIf your application deals with user accounts, it has to deal with passwords. Storing passwords in plain text would be a bad idea; a data breach could allow an attacker access to every account. The obvious answer is to encrypt the passwords. However, using cryptography without understanding could give you a false sense of security—if you make the inappropriate choice, you could make things easier for an attacker without realizing it. This article will focus on getting you up to speed with the best ways to use cryptography to secure passwords.