From 9c75cf0a86360d873d0ca3c68ad964fc89a74728 Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:16:23 +0100 Subject: Add files via upload --- index.html | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..15b8543 --- /dev/null +++ b/index.html @@ -0,0 +1,171 @@ + + + + + + + Libraries Used - Secure P2P Chat + + + +

Libraries Used in Secure P2P Chat

+ +
+

🔐 Security and Cryptography

+ +
+

PyNaCl (libsodium)

+

High-level cryptography library based on libsodium.

+ +
+ +
+

PySpx (SPHINCS+)

+

Implementation of SPHINCS+, a post-quantum digital signature system.

+ +
+
+ +
+

🌐 Networking and Communication

+ +
+

Kademlia

+

Implementation of the Kademlia DHT (Distributed Hash Table) protocol.

+ +
+ +
+

PySocks

+

Support for SOCKS4, SOCKS5, and HTTP proxy connections.

+ +
+ +
+

aiohttp

+

Asynchronous HTTP client/server framework.

+ +
+
+ +
+

🗜️ Compression

+ +
+

Zstandard (zstd)

+

High-performance real-time compression algorithm.

+ +
+
+ +
+

🖥️ User Interface

+ +
+

Tkinter

+

Python's standard GUI framework.

+ +
+
+ +
+

🔧 Utilities and Support

+ +
+

asyncio

+

Library for asynchronous programming in Python.

+ +
+ +
+

logging

+

Python's standard logging system.

+ +
+
+ +
+

🌍 Anonymity and Privacy

+ +
+

Tor

+

Tor client for anonymous communication.

+ +
+
+ + -- cgit v1.2.3