Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
<?php | |
// Originally by Andrew Moore | |
// Src: http://stackoverflow.com/questions/4795385/how-do-you-use-bcrypt-for-hashing-passwords-in-php/6337021#6337021 | |
// | |
// Heavily modified by Robert Kosek, from data at php.net/crypt | |
class Bcrypt { | |
private $rounds; | |
private $prefix; |