From 281b0b3e9e26abb836c577a32360d99a6141e0fc Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 5 Sep 2023 09:25:58 +0700 Subject: [PATCH] Fix appeareance. Signed-off-by: Willy Sudiarto Raharjo --- kripto-ti/tugas-1/check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */