Skip to content

Instantly share code, notes, and snippets.

View Zegnat's full-sized avatar

Martijn van der Ven Zegnat

View GitHub Profile
@Zegnat
Zegnat / kick-it.html
Last active December 21, 2015 16:28 — forked from 4rn0/kick-it.html
<a href="http://causeyoucantyouwontandyoudontstop.com/" class="kick-it">Kick it!</a>
@Zegnat
Zegnat / Bcrypt.php
Last active December 19, 2015 09:49
Simple PHP 5.3+ Bcrypt class
<?php
/*
Originally by Marco Arment <me@marco.org>.
Edited by Martijn van der Ven <martijn@zegnat.net>.
This code is released in the public domain.
THERE IS ABSOLUTELY NO WARRANTY.
This class is aimed at PHP versions over 5.3 and below 5.5.