disaster-recovery-website/_layouts/about.html

41 lines
1.8 KiB
HTML
Raw Permalink 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
2024-09-30 21:39:00 +00:00
fintech companies, so they started to work closely with companies which managed large amounts of
2024-06-26 15:57:15 +00:00
assets and wanted to be sure that they are taking a first principles approach to building their security
2024-09-30 21:39:00 +00:00
systems.</p>
2024-06-26 15:57:15 +00:00
2024-09-30 21:39:00 +00:00
<p>From these interactions with many financial institutions, and other clients managing highly sensitive data or
large amounts of funds - they learned how to build systems which are resilient to the most adversarial threat
2024-06-26 15:57:15 +00:00
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>