<?php$password = "gever123";$pass = base64_decode($password);if($password==base64_encode($pass)) echo "ההצפנה עבדה";?>