www_mycelium/templates/partials/about/about4.html
ehab-hassan 8632ed4a97
Some checks are pending
www2.threefold_io / Deploy (push) Waiting to run
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions
fix about response
2025-02-24 13:23:37 +02:00

27 lines
1.8 KiB
HTML

<div class=" fade-in bg-white">
<div class="relative isolate">
<div class="mx-auto max-w-7xl px-6 lg:py-24 py-12 lg:flex lg:items-center lg:gap-x-20 lg:px-8">
<div class="my-6 lg:flex lg:justify-center lg:w-1/2">
{# <img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/about3.jpg"
alt="Mobile App Screenshot"> #}
<img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/security.jpeg"
alt="Mobile App Screenshot">
</div>
<div class="mx-auto max-w-xl lg:mx-0 lg:flex-auto">
<p class="text-base/7 font-light text-black tracking-wide">BENEFITS</p>
<h2 class="text-balance lg:text-5xl text-4xl font-medium tracking-tight text-black">
Enhancing Security
</h2>
<h3 class="mt-6 font-light text-black lg:text-3xl text-xl">
End-to-End Encryption
</h3>
<p class="mt-6 text-md font-light text-black lg:text-lg">
Each node in the Mycelium network is assigned a unique key pair, consisting of a public and private key. The public key is used to encrypt data intended for that node, while the private key decrypts the data upon receipt. This cryptographic system ensures that only the intended recipient can access the information.
</p>
<p class="mt-4 text-md font-light text-black lg:text-lg">
When one node sends data to another within the Mycelium network, the data is encrypted with the recipient's public key. This ensures that even if the data is intercepted during transmission, it remains secure and unreadable without the corresponding private key.</p>
</div>
</div>
</div>
</div>