I've upgraded from Phalcon 1.3.4 to Phalcon 2.0.0
I've used this method to set the Default Hash of the Security Class
$security->setDefaultHash(\Phalcon\Security::CRYPT_BLOWFISH_Y);
But in Phalcon 2 this method seems missing. How do i set the Default Hash in Phalcon 2?