disaster-recovery-website/_layouts/about.html

41 lines
1.8 KiB
HTML
Raw Normal View History

2024-06-26 15:57:15 +00:00
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: en }}">
{%- include head.html -%}
<body>
<div class="container">
{%- include header.html -%}
<main>
<section class="flex-container">
<div class="flex-container-inner">
<h1>Our Story</h1>
<p>Distrust was founded by technologists who sought challenging problems in the applied cryptography, operating
system, supply chain, infrastructure hardening, and other security areas. Through this, they ended up drawn
to problems of managing systems in a way where no single individual can compromise them.</p>
<p>This methodical approach to building systems which are resilient to single points of failure was appealing to
blockchain companies, so they started to work closely with companies which managed large sums of digital
assets and wanted to be sure that they are taking a first principles approach to building their security
posture.</p>
<p>From these interactions with many large protocols, blockchain labs, funds and other clients managing large
amounts of funds - they learned how to build systems which are resilient to the most adversarial threat
landscapes.</p>
<p><b>Distrust Disaster Recovery</b> is the result of years of collaboration and implementing real world systems
in a way that doesn't compromise on security, and relies of sound principles rather than gimmicky marketing
jargon and claims which can not be independently verified.</p>
</div>
</section>
</main>
{%- include footer.html -%}
</div>
</body>
</html>