Skip to content

Commit

Permalink
Add License and reference to brainpool and secp256k1 curves
Browse files Browse the repository at this point in the history
  • Loading branch information
theolazian committed Jun 25, 2022
1 parent 403ed07 commit 35394df
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
9 changes: 6 additions & 3 deletions app/views/online_pgp_tool/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
</a>
</div>
<div class="row">
<div class="col-md-6">
Proudly based on <a href="https://openpgpjs.org/"target="_blank">Openpgp.js</a> 🚀
<div class="col-md-4 mb-3">
Proudly based on <a href="https://openpgpjs.org/" target="_blank">Openpgp.js</a> 🚀
</div>
<div class="col-md-6">
<div class="col-md-4 mb-3">
⚖️ Under <a href="https://github.com/aliceandbob-io/aliceandbob/blob/master/LICENSE" target="_blank">MIT License</a>
</div>
<div class="col-md-4 mb-3">
Coded with ❤️ and ☕
</div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion app/views/online_pgp_tool/_generate.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
</div>
<div class="form-group mb-3">
<label>Curve encryption</label>
<div class="mb-2"><small class="text-muted">Choose the type of encryption for your key pair.</small></div>
<div class="mb-2">
<div><small class="text-muted">Choose the type of encryption for your key pair.</small></div>
<div><small class="text-muted">Brainpool and secp256k1 curves are no longer supported. <a href="https://github.com/openpgpjs/openpgpjs/pull/1395" target="_blank">See more</a></small></div>
</div>
<select class="form-control" data-target="keys.curveParams">
<option value="curve25519">curve25519</option>
<option value="ed25519">ed25519</option>
Expand Down
9 changes: 6 additions & 3 deletions app/views/pages/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
</div>

<div class="row">
<div class="col-md-6">
Proudly based on <a href="https://openpgpjs.org/"target="_blank">Openpgp.js</a> 🚀
<div class="col-md-4 mb-3">
Proudly based on <a href="https://openpgpjs.org/" target="_blank">Openpgp.js</a> 🚀
</div>
<div class="col-md-6">
<div class="col-md-4 mb-3">
⚖️ Under <a href="https://github.com/aliceandbob-io/aliceandbob/blob/master/LICENSE" target="_blank">MIT License</a>
</div>
<div class="col-md-4 mb-3">
Coded with ❤️ and ☕
</div>
</div>
Expand Down

0 comments on commit 35394df

Please sign in to comment.