From 83eccbd05c03d4ebfffaf084e8a11561b0148ad6 Mon Sep 17 00:00:00 2001 From: artemuhi Date: Sun, 24 Mar 2024 11:43:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20phnslib.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phnslib.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/phnslib.php b/phnslib.php index f783ae0..f7850b6 100644 --- a/phnslib.php +++ b/phnslib.php @@ -1,5 +1,18 @@ "p2h", + "keymode" => $keytype, + "data" => $data + ]; + fwrite($f, json_encode($temp, JSON_UNESCAPED_LINE_TERMINATORS)); + fclose($f) + return `python converter.py`; +} function h2p() {} function seed2hkey() {} ?> \ No newline at end of file