-
Notifications
You must be signed in to change notification settings - Fork 120
Security Guide
Lance Pollard edited this page Sep 25, 2012
·
3 revisions
Todo: SQL Injection Cheat-sheet
- SSL
- Password Salts
- API Key generation
- Session Key/Secret
Used for data integrity.
@todo: Pseudocode + LaTeX math demonstrating how this algorithm works.
Cryptographic function that produces a 128-bit (16-byte) hash value, typically expressed as a 32-integer hexadecimal number.
A few flaws have been found with this hash.