勉強日記

チラ裏

2019-08-03から1日間の記事一覧

SQL Antipatterns ch21 SQL Injection

pragprog.com SQL Injection Objective: Write Dynamic SQL Queries Antipattern: Execute Unverified Input As Code Accidents May Happen The Top Web Security Threat The Quest for a Cure Escaping Values Query Parameters コラム: What Was My Comple…

SQL Antipatterns ch20 Readable Passwords

pragprog.com Readable Password Objective: Recover or Reset Password Antipattern: Store Pasword in Plain Text Storing Paswords Authenticating Passwords Don't Lump Together Two Different Conditions Sending Passwords in Email How to Recognize…