Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
onlykey committed Dec 5, 2020
1 parent 6e89ec0 commit 16333d6
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ <h2>Add Private Key</h2>
<div id="tools-panel" class="hide panel">
<div class="flex-container">
<h2>
Securely encrypt and sign messages in the browser using OnlyKey <a
Securely use OpenPGP in the browser with OnlyKey WebCrypt <a
href="https://docs.crp.to/webcrypt.html"
class="external tooltip fade"
data-tooltip="OnlyKey WebCrypt provides a way to securely use OpenPGP in the browser. The Webcrypt app loads everything necessary to encrypt messages and files directly in the local browser without the need to send messages or files over the Internet. Data between OnlyKey and the browser is end-to-end encrypted."
Expand All @@ -1226,6 +1226,8 @@ <h2>
><img class="moveimage" src="/images/solid/unlock.svg" width="50px"
/>
</span></a>
</div>
<div class="flex-item">
<span class="h1">Encrypt Files
<a
href="https://apps.crp.to/encrypt-file.html"
Expand All @@ -1244,6 +1246,36 @@ <h2>
</span></a>
</div>
</div>
<h2>
Securely use OpenPGP and SSH on a local computer with OnlyKey Agent <a
href="https://docs.crp.to/onlykey-agent.html"
class="external tooltip fade"
data-tooltip="OnlyKey Agent is a hardware-based SSH and GPG agent that allows offline cold storage of your SSH and OpenPGP keys. Instead of keeping keys on a computer, OnlyKey generates and securely stores your keys off of the computer and you can still easily use SSH and GPG."
><img class="moveimage" src="/images/solid/question-circle.svg" width="19px"
/></a>
</h2>
<div class="flex-item">
<span class="h1">OnlyKey GPG Agent
<a
href="https://docs.crp.to/onlykey-agent.html#gpg-agent-quickstart-guide"
class="external tooltip fade"
data-tooltip="Provides a way to securely use OnlyKey for OpenPGP on a local computer. Instead of keeping keys on a computer, OnlyKey generates and securely stores your keys off of the computer and you can still easily use GPG to do things like sign emails, git commits, software packages etc."
><img class="moveimage" src="/images/solid/envelope.svg" width="50px"
/> <img class="moveimage" src="/images/solid/file-code.svg" width="50px"
/> <img class="moveimage" src="/images/solid/code-branch.svg" width="50px"
/>
</span></a>
</div>
<div class="flex-item">
<span class="h1">OnlyKey SSH Agent
<a
href="https://docs.crp.to/onlykey-agent.html#ssh-agent-quickstart-guide"
class="external tooltip fade"
data-tooltip="Provides a way to securely use OnlyKey for SSH authentication on a local computer. Instead of keeping keys on a computer, OnlyKey generates and securely stores your keys off of the computer and you can still easily use SSH."
><img class="moveimage" src="/images/solid/terminal.svg" width="50px"
/>
</span></a>
</div>
</div>
</div>

Expand Down

0 comments on commit 16333d6

Please sign in to comment.