Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/components/GeneralInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<p>
Banana Split is a self-contained HTML page, which makes your paper
backups more resilient and secure using
<a href="https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing" target="_blank">
<a
href="https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing"
target="_blank"
rel="noopener noreferrer"
>
Shamir's secret sharing scheme</a>.
You can encrypt and split particularly sensitive information
so that it's not physically stored in one place — your master
Expand Down