Skip to content

Instantly share code, notes, and snippets.

View ehgus8313's full-sized avatar
😫
I may be slow to respond.

KwonStar ehgus8313

😫
I may be slow to respond.
View GitHub Profile
@ehgus8313
ehgus8313 / pbkdf2.compat.php
Created July 10, 2019 12:33 — forked from kijin/pbkdf2.compat.php
PBKDF2 for Older Versions of PHP - Based on @defuse's Code
<?php
/*
* Password Hashing with PBKDF2 (http://crackstation.net/hashing-security.htm).
* Copyright (c) 2013, Taylor Hornby
* All rights reserved.
*
* Modified to Work with Older Versions of PHP
* Copyright (c) 2014, Kijin Sung
* All rights reserved.
*