3v4l.org

run code in 300+ PHP versions simultaneously
<?php $email = "example@example.com"; $password = "abcabc"; $iterations = 100000; $master_key = hash_pbkdf2('sha256', $password, $email, $iterations, 0, true); $master_hash = hash_pbkdf2('sha256', $master_key, $password, 1, 0, true); echo "Master Key:\n"; echo(base64_encode($master_key)); echo "\nMaster Hash:\n"; echo(base64_encode($master_hash));
Output for git.master, git.master_jit, rfc.property-hooks
Master Key: 0t31TeQuxU6/0KH00jqdt2/y6K1myXuJ7h46nYJCL7c= Master Hash: AHKpzth5wGoL18V6A6/nldJ42DQ9dm6XRgbAQ7+eT0s=

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
106.86 ms | 405 KiB | 5 Q