Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Sep 8, 2022
1 parent 976807b commit 27fc1d1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ When a secret link is created, it gets its unique encryption key that is not sav

## Features

- Client side encryption.
- Encrypted sensitive information sharing.
- Encrypted attachment for signed in users.
- Client side encryption
- Encrypted sensitive information sharing
- Encrypted file upload for signed in users
- Secret lifetime
- Set max views per secret
- Optional encryptet title
- Optional password protection.
- Optional IP address restriction.
- Encrypted key is part of the URL, and not saved to the database for an extra layer of security.
- It will detect if the secret is base64 encoded, and add a button to convert it to plain text on read.
- Self-hosted version. Keywords: Regulatory compliance.
- Optional password protection
- Optional IP address restriction
- Encrypted key is part of the URL, and not saved to the database for an extra layer of security
- It will detect if the secret is base64 encoded, and add a button to convert it to plain text on read
- Self-hosted version. Keywords: Regulatory compliance

## Docker image

Expand Down

0 comments on commit 27fc1d1

Please sign in to comment.