This is an interesting look into what features could be suggested for php 5.5

A simple API for password hashing

Status: proposed; Responsible: Anthony Ferrara

The recent password leaks (from LinkedIn etc) have shown that even large websites don’t get how to properly hash passwords. People have been advocating the use of bcrypt for years, but still most people seem to be using completely unsafe sha1 hashes.

We figured that the reason for this might be the really hard to use API of the crypt function. Thus we would like to introduce a new, simple API for secure password hashing:

<?php $password = "foo"; // creating the hash $hash = password_hash($password, PASSWORD_BCRYPT); // verifying a password if (password_verify($password, $hash)) { // password correct! } else { // password wrong! } 

The new hashing API comes with a few more features, which are outlined in the RFC.

(via nikic)

 

this post is only for the serious…

DOUBLE TAP!!

epic-lake-castle-jpg_061745

(via yahoo) (YES… yahoo!)

If you didnt already love using wordpress with the Standard Theme 3.0… did you know that you could manage all of your web properties on your android as well?

android.wordpress.org screen capture 2012-7-10-10-35-12

turbulenz

July 10, 2012 — Leave a comment

 

Turbulenz is a game network for playing great games instantly with your friends online.

We are creating the best game experience anywhere online. We’ve taken everything that we love about gaming today, from console, mobile, and desktop gaming, and reinvented it with everything that is inclusive and great about social networking.

Turbulenz sits at the collision point between a games console for the web, and a fun social network for game players. Created from the ground up as a gaming platform that delivers everything developers need and game players want.

(via turbulenz)