593 reputation
310
bio website gcattani.co.vu
location Milan, Italy
age 26
visits member for 2 years, 6 months
seen 9 hours ago
stats profile views 15

..


Jun
13
comment When to use SSL ? / When to send passwords via mail?
@ChrisR, of course the recipient has to provide his/her public key. Transmitting it in a safe way is trivial (eg. trustworthy key server, own domain, USB key).
Jun
13
comment When to use SSL ? / When to send passwords via mail?
If you need to send credentials over e-mail, I'd suggest encrypting the message with PGP/GPG.
May
13
comment Obfuscating JavaScript code
FYI, SWF files can trivially be decompiled with SWFScan.
May
9
answered Is showing your IP address in the URL a bad practice?
May
3
answered Cleartext password in HTML
Apr
29
awarded  Enthusiast
Apr
18
answered How to use information from GHDB and FSDB (Google-Dorks)?
Apr
10
answered Should web sites disable form autocomplete on all forms?
Apr
5
answered Is it compulsory to have https on e-commerce site?
Mar
14
suggested suggested edit on How can I detect backdoors?
Mar
10
answered What kind of attacks result in an attacker only being able to leak a site's database?
Mar
3
answered Evernote hacked - precautions?
Feb
28
comment Testing for HTTP TRACE method
While probably being the simplest solution over plain HTTP, this doesn't work over HTTPS.
Feb
27
answered Testing for HTTP TRACE method
Feb
24
awarded  Yearling
Feb
22
comment Can I determine which algorithm was used if I know the matching hash of a given input?
Point taken. Nonetheless, since the point was just to show that the base64 string was not the encoded form of "12345", I figured that showing the hex string in this case would only confuse the OP.
Feb
22
answered Can I determine which algorithm was used if I know the matching hash of a given input?
Feb
2
answered How does the Yahoo webmail exploit work?
Jan
4
awarded  Commentator
Jan
4
comment What is SQL injection?
Related: How can I explain SQL injection without technical jargon?