HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / home / cuneytsener53 / public_html /

Server Ip : 172.67.216.244




Filename/home/cuneytsener53/public_html/md5.php
Size263
Permissionrw-r--r--
Owner
Create time03-Mar-2025 07:07
Last modified10-Dec-2024 13:17
Last accessed29-Mar-2025 23:21
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php
// Yeni şifreyi belirle
$new_password = "yeniSifre"; // Buraya yeni şifrenizi yazın
// Şifreyi md5(sha1(md5())) formatında hashleyin
$hashed_password = md5(sha1(md5($new_password)));

echo "Yeni şifrenin hash değeri: " . $hashed_password;
?>