LastPass Now Tells You Which Heartbleed-Affected Passwords to Change
Category: Web work
These days, most of my work is very related to the online world. Building web sites, reviewing web applications, integrating with web services, coordinating people who are far away from each other, etc. Whenever I find a new tool or service or an innovative, interesting idea about working online, I share it in this category.
Kint – a modern and powerful PHP debugging helper
Kint – a modern and powerful PHP debugging helper
Krumo – a replacement for print_r() and var_dump()
PHP Debug Bar
The DebugBar integrates easily in any projects and can display profiling data from any part of your application. It comes built-in with data collectors for standard PHP features and popular projects.
The Heartbleed Bug
If you haven’t heard about The Heartbleed Bug yet, here is your chance. Â This page describes it nicely in not too technical detail. Â Let’s get a few quotes to get you started:
The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private networks (VPNs).
The Heartbleed bug allows anyone on the Internet to read the memory of the systems protected by the vulnerable versions of the OpenSSL software. This compromises the secret keys used to identify the service providers and to encrypt the traffic, the names and passwords of the users and the actual content. This allows attackers to eavesdrop on communications, steal data directly from the services and users and to impersonate services and users.
That doesn’t just sound nasty. Â IT IS!
Continue reading The Heartbleed Bug

