Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$password = "testpasswd";
$key1 = substr(3,1) . substr (5,1); #key is 'ts'
$encrypt = crypt($password,'$key1');
print $encrypt;