Tag Archives: security

No Backdoors

Every once in awhile I hear about someone in law enforcement sure that tech people can build in a safe, secure way for data to be unencrypted by the company or vendor. The latest appears to be from Australia, where … Continue reading

Posted in Editorial | Tagged , | Comments Off on No Backdoors

Analyzing Breached Data

A few of you out there might be data scientists who profile data regularly. Probably a fair number of you do import/export work and learn to check data values, perhaps with counts, distincts, or other aggregates. I don’t know if … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Analyzing Breached Data

Prevent SQL Injection

I would hope most of you reading this know what SQL Injection (SQi) is and how you can prevent it. Or at least what patterns cause problems. If not, here’s a short explanation that is worth reading. If you have … Continue reading

Posted in Editorial | Tagged , | 2 Comments

Least Privilege

I assume that most of you know about the principle of least privilege. If not, please read this short blog from Brian Kelley and make sure you understand how you should approach security. In the modern world, we also ought … Continue reading

Posted in Editorial | Tagged | Comments Off on Least Privilege