Added a benefits section to the site and README. Remove old id.

This commit is contained in:
Peter Ryszkiewicz 2017-09-03 16:37:03 -05:00
parent 50f611c4be
commit c8f3fd64e9
2 changed files with 50 additions and 1 deletions

View File

@ -11,6 +11,18 @@ This webapp does not store or transmit your data. But to be safe, in case of mal
* Encrypt and Decrypt
* Quit your browser
# Benefits of Using this Webapp
## Simple
### No knowledge of encrypting, decrypting, or the terminal is needed
## Easy to Use
### No need to download external clients or interact with package managers
## Platform Independent
### Works anywhere in any web browser
## Offline Usage
### This webapp does not need internet to work
## Secure
### Uses the PGP standard which has gone through decades of improvements and testing
# How does this work?
Easy File Encryptor/Decryptor utilizes symmetric encryption from the [PGP protocol](https://en.wikipedia.org/wiki/Pretty_Good_Privacy). Your password acts as the symmetric key during the encryption and decryption process.

View File

@ -82,7 +82,7 @@
</div>
</div>
<div class="col-md-6">
<div class="panel panel-primary" id="usdToMIOTAPanel" style="text-align: center">
<div class="panel panel-primary" style="text-align: center">
<div class="panel-heading">
<h2><strong>Decrypt</strong> your file</h2>
</div>
@ -139,6 +139,43 @@
</div>
</div>
<div class="row marketing text-center">
<div class="col-md-8 col-md-offset-2">
<h1>Benefits of Using this Webapp</h1>
<h2>
Simple
</h2>
<h3>
No knowledge of encrypting, decrypting, or the terminal is needed
</h3>
<h2>
Easy to Use
</h2>
<h3>
No need to download external clients or interact with package managers
</h3>
<h2>
Platform Independent
</h2>
<h3>
Works anywhere in any web browser
</h3>
<h2>
Offline Usage
</h2>
<h3>
This webapp does not need internet to work
</h3>
<h2>
Secure
</h2>
<h3>
Uses the PGP standard which has gone through decades of improvements and testing
</h3>
</div>
</div>
<div class="row marketing text-center">
<div class="col-md-8 col-md-offset-2">
<h1>How does this work?</h1>