Skip to content

Commit

Permalink
Updated README security information
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyjoes committed Dec 13, 2022
1 parent 887824e commit df9b150
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ SeedShuffler is developed by [FortKnoxster DieFi](https://fortknoxster.com), the

![](https://raw.githubusercontent.com/FortKnoxster/seedshuffler/main/src/assets/SeedShuffler_Screenshot.png)

## Security Overview

SeedShuffler is a serverless web application that only requires a client browser to work.
All operations, such as generating the Seedbook, displaying it, creating the Seedbook PDF and saving the PDF to your machine, are performed securely in the browser and does not rely on any remote servers or third-party services. SeedShuffler can therefore also work in offline mode.

### Security Features

- Shuffle algorithm using a CSRPNG (Cryptographically secure pseudorandom number generator).
- 100% client based application.
- 100% open source code.
- Offline mode.
- Strict Content Security Policy (CSP)
- Subresource Integrity (SRI)
- A+ score on ssllabs.com
- A+ score on securityheaders.com

## NPM Install

Git clone and install dependencies:
Expand All @@ -17,13 +33,6 @@ Run the app locally:

### `npm start`

## Security Overview

SeedShuffler is a serverless web application that only requires a client browser to work.
All operations, such as generating the Seedbook, displaying it, creating the Seedbook PDF and saving the PDF to your machine, are performed securely in the browser and does not rely on any remote servers or third-party services. SeedShuffler can therefore also work in offline mode.

### Security Features

## License

SeedShuffler is available under the Apache-2.0 license. See the [LICENSE](LICENSE) file for more info.

0 comments on commit df9b150

Please sign in to comment.