Skip to content

Commit 16333d6

Browse files
committed
update
1 parent 6e89ec0 commit 16333d6

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

app/app.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ <h2>Add Private Key</h2>
12021202
<div id="tools-panel" class="hide panel">
12031203
<div class="flex-container">
12041204
<h2>
1205-
Securely encrypt and sign messages in the browser using OnlyKey <a
1205+
Securely use OpenPGP in the browser with OnlyKey WebCrypt <a
12061206
href="https://docs.crp.to/webcrypt.html"
12071207
class="external tooltip fade"
12081208
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."
@@ -1226,6 +1226,8 @@ <h2>
12261226
><img class="moveimage" src="/images/solid/unlock.svg" width="50px"
12271227
/>
12281228
</span></a>
1229+
</div>
1230+
<div class="flex-item">
12291231
<span class="h1">Encrypt Files
12301232
<a
12311233
href="https://apps.crp.to/encrypt-file.html"
@@ -1244,6 +1246,36 @@ <h2>
12441246
</span></a>
12451247
</div>
12461248
</div>
1249+
<h2>
1250+
Securely use OpenPGP and SSH on a local computer with OnlyKey Agent <a
1251+
href="https://docs.crp.to/onlykey-agent.html"
1252+
class="external tooltip fade"
1253+
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."
1254+
><img class="moveimage" src="/images/solid/question-circle.svg" width="19px"
1255+
/></a>
1256+
</h2>
1257+
<div class="flex-item">
1258+
<span class="h1">OnlyKey GPG Agent
1259+
<a
1260+
href="https://docs.crp.to/onlykey-agent.html#gpg-agent-quickstart-guide"
1261+
class="external tooltip fade"
1262+
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."
1263+
><img class="moveimage" src="/images/solid/envelope.svg" width="50px"
1264+
/> <img class="moveimage" src="/images/solid/file-code.svg" width="50px"
1265+
/> <img class="moveimage" src="/images/solid/code-branch.svg" width="50px"
1266+
/>
1267+
</span></a>
1268+
</div>
1269+
<div class="flex-item">
1270+
<span class="h1">OnlyKey SSH Agent
1271+
<a
1272+
href="https://docs.crp.to/onlykey-agent.html#ssh-agent-quickstart-guide"
1273+
class="external tooltip fade"
1274+
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."
1275+
><img class="moveimage" src="/images/solid/terminal.svg" width="50px"
1276+
/>
1277+
</span></a>
1278+
</div>
12471279
</div>
12481280
</div>
12491281

0 commit comments

Comments
 (0)