diff --git a/kripto-ti/tugas-1/check.php b/kripto-ti/tugas-1/check.php index e495e06..067c66d 100644 --- a/kripto-ti/tugas-1/check.php +++ b/kripto-ti/tugas-1/check.php @@ -40,8 +40,8 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") // Cek apakah halaman diload melalui m echo "Hasil Enkripsi: \n"; echo "\n"; $resultingCipherText = ""; - echo "plaintext: $inputPlainText
"; - echo "kunci: $inputKey
"; + echo "plaintext: " . strtolower($inputPlainText). "
"; + echo "kunci: " . strtolower($inputKey). "
"; /* /* Pergeseran sebanyak panjang kunci */