www_aibox/templates/partials/about/about4.html
2025-02-17 23:26:53 +08:00

25 lines
1.7 KiB
HTML

<div class=" fade-in bg-black">
<div class="relative isolate">
<div class="mx-auto max-w-7xl px-6 py-24 lg:flex lg:items-center lg:gap-x-20 lg:px-8">
<div class="mt-16 sm:mt-24 lg:mt-0 lg:flex lg:justify-center lg:w-1/2">
<img class="w-full max-w-lg h-auto object-cover rounded-xl" src="/images/about3.jpg"
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-white tracking-wide">BENEFITS</p>
<h2 class="text-balance lg:text-5xl text-4xl font-medium tracking-tight text-white">
Enhancing Security
</h2>
<h3 class="mt-64 font-light text-white lg:text-3xl text-xl">
End-to-End Encryption
</h3>
<p class="mt-6 text-md font-light text-white lg:text-lg">
With Mycelium, each node in the network is identified by a unique key pair. This key pair consists of a public key and a private key. The public key is used to encrypt data intended for that node, while the private key is used to decrypt the data. This cryptographic system ensures that only the intended recipient can access the data.
</p>
<p class="mt-4 text-md font-light text-white lg:text-lg">
When a node sends data to another node within the Mycelium network, the data is encrypted using the recipient's public key. This encryption ensures that even if the data is intercepted during transmission, it remains confidential and unreadable without the corresponding private key. </p>
</div>
</div>
</div>
</div>