Earlier quoted context omitted.
And in the absence of legislative action the only thing we can do in the meantime is go after Equifax's data sources and customers. I know that Citibank uses Equifax for providing FICO scores to their cardholders. Voicing your concern to banks like Citi and threatening to close your accounts if their relationship with Equifax isn't terminated can be effective if a big enough percentage of Citi's customers complain. A…
What legislative action could be done? Require companies whose systems have a large impact on peoples lives hire licensed, certified software engineers? There is no such thing. Require them to follow industry standard practices? There is no such thing. Create new regulations governing the manner in which business management addresses concerns raised by developers? There is no such regulatory body. You can't claim neg…
* Passwords should be stored only in salted and hashed form
* Code injection attacks shouldn't be possible
* Personal data should be stored in anonymized form with mapping between real and virtual id stored separately
* Only cryptographic algorithms from the approved list might be used (no MD5)