Clarity on encryption related topic

This commit is contained in:
vysion 2022-03-30 12:14:34 -07:00
parent dc4a0e7421
commit 27aceac201
1 changed files with 3 additions and 1 deletions

View File

@ -4,13 +4,15 @@
Tytanium is a private file host program, meant for a single user or a small group. Here are the main highlights:
- SHA-512 file encryption at rest, with an encryption key unique to each file
- SHA2-512 file encryption at rest, with an encryption key unique to each file
- Tune the server to exactly how you want with extensive customization options
- Works well with image capture suites, such as ShareX/MagicCap
- Good on system resources (<1MiB memory usage when idle)
- Limit how many requests/second to certain paths to prevent DoS attacks or an overloaded server
- Not written in Javascript!
*Please note that files are NOT encrypted client-side; encryption is done on the server.*
### Setup
1. Download the binary in the Releases tab, or build the code from source.