Is it possible to decrypt half of a TrueCrypt file container if the other half of the data is missing?

Let’s say we have half of a TrueCrypt file container (e.g. download was interrupted). If we know the password, is it possible to open it and get half of the data? The original container has 10 files, so is it possible (in the… Continue reading Is it possible to decrypt half of a TrueCrypt file container if the other half of the data is missing?

Is using bcrypt on existing SHA1 hashes good enough when switching password implementation?

I’m working on improving a CMS where the current implementation of storing password is just sha1(password). I explained to my boss that doing it that way is incredibly insecure, and told him that we should switch to bcrypt, and he agreed.
Continue reading Is using bcrypt on existing SHA1 hashes good enough when switching password implementation?

Should I be concerned about the following URLs that were tried to open on my webpage?

I don’t know if this is some injection attempt or a weird bot or what ever. An IP opened several pages within my Drupal 7 website with the appendix
http://domain.com/some/url/$tags.get(%22pixelLink%22)

I didn’t find anything on Google. Wh… Continue reading Should I be concerned about the following URLs that were tried to open on my webpage?