webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
make-sha1-collision.php File Reference

Variables

 $path = $_GET['path']
 
 $content = file_get_contents($path)
 
 $collidingContent = str_replace("SVN is the best!", "SHA-1 is dead!!!", $content)
 

Variable Documentation

◆ $collidingContent

$collidingContent = str_replace("SVN is the best!", "SHA-1 is dead!!!", $content)

◆ $content

$content = file_get_contents($path)

◆ $path

$path = $_GET['path']