Resolve "Use a HMAC instead of a hash"

This commit is contained in:
jfriedli 2020-04-26 09:50:14 -07:00
parent e1bac8b6a7
commit c301e472bd
9 changed files with 148 additions and 91 deletions

View file

@ -10,7 +10,7 @@
{% endif %}
<div class="uk-flex uk-flex-center">
<div>
<a class="uk-flex-1" href='{{ url_for('routes.download_file', key=key, filename=filename) }}'>
<a class="uk-flex-1" href='{{ download_uri }}'>
<button class="uk-button uk-button-primary">
⇩ download cleaned file
</button>

View file

@ -3,7 +3,7 @@
<div class="shadowed-box u-text-center u-center-block">
<h2 class="uk-text-center">Remove metadata</h2>
<p class="uk-text-center">
The file you see is just the tip of the iceberg. Remove the hidden meta
The file you see is just the tip of the iceberg. Remove the hidden metadata.
</p>
<div class="uk-flex uk-flex-center">
<div>