41 lines
1.8 KiB
HTML
41 lines
1.8 KiB
HTML
<!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
|
|
fintech companies, so they started to work closely with companies which managed large amounts of
|
|
assets and wanted to be sure that they are taking a first principles approach to building their security
|
|
systems.</p>
|
|
|
|
<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
|
|
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>
|