Skip to content

Instantly share code, notes, and snippets.

@meghuizen
Last active December 14, 2015 21:29
Show Gist options
  • Save meghuizen/5151857 to your computer and use it in GitHub Desktop.
Save meghuizen/5151857 to your computer and use it in GitHub Desktop.
php encryption stuff
* https://github.com/jmhobbs/K3-Encryption/blob/master/classes/kohana/encryption.php
* http://blog.djekldevelopments.co.uk/?p=334
* https://gist.github.com/meghuizen/5147425
* https://bugs.php.net/bug.php?id=62453&edit=1
* http://php.net/manual/en/function.hash-pbkdf2.php
* http://www.itnewb.com/tutorial/Encrypting-Passwords-with-PHP-for-Storage-Using-the-RSA-PBKDF2-Standard
* http://timoh6.github.io/2013/11/05/Secure-random-numbers-for-PHP-developers.html
* https://github.com/ircmaxell/random_compat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment