PASTE THIS CODE ON YOUR SITE Source: Programmers Life Original: Segurança acima de tudo! Transcription ↓real story; string sender; sender = "edio"; Boss: The password must be encrypted to store it on database... Programmer: Great! No problem! Boss: Then it must have a copy of unencrypted password to send it by email...(…) leia mais
Artigos marcados com a tag security
Security flaw 27/03/2015 23:06
Injection 12/03/2015 23:46
Original: Injection Transcription ↓real story; string sender; sender = "Diego Pablo"; Programmer: You shouldn't pass a form field value right to the SQL. A hacker could manipulate your query! Alonso: Oh, but I don't do this! First I put the value on a variable, then the variable goes to the SQL! Programmer: PLAFT!(…) leia mais