diff --git a/SafeBoxEncryptor/encrypt.php b/SafeBoxEncryptor/encrypt.php index 8e69e63..069e171 100644 --- a/SafeBoxEncryptor/encrypt.php +++ b/SafeBoxEncryptor/encrypt.php @@ -14,7 +14,6 @@ do{ } while (trim($message) != "quit"); $nkeys = (int)readline("\nHow many keys? : "); -$keysArr = []; $keytot = []; for ($i = 0;$i < $nkeys;$i++) {