From 92eaab3d0cce75216baba412967485587b759dda Mon Sep 17 00:00:00 2001 From: Return <151555003+H-Return@users.noreply.github.com> Date: Tue, 21 May 2024 21:30:32 +0330 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f69f08c..7c2e1e4 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,17 @@ base64_encoded = base64.b64encode(binary_data).decode('utf-8') print("sha256/" +base64_encoded) ``` + +Create the `generate.py` file with the `nano` editor + +Copy the code above and replace the placeholder with your own SHA-256 fingerprint in the `sha256 Fingerprint=6F:CX:9A:FE:32:2B:J9:8V:.............` section + +`nano generate.py` + +And run the file with the command: + +`python3 generate.py` + example result : `sha256/CMn3/tZqjIRUnclf0mFi/bOq7radMYjrOqLxlxqfXFN0=` Now use the sha256-key in the config file (pinSHA256).