mirror of
https://github.com/v1k45/pastepass.git
synced 2026-01-04 04:04:29 +00:00
Fix typo
This commit is contained in:
@@ -73,7 +73,7 @@ See the [screenshots](./docs/screenshots.md) for a preview of the web app.
|
||||
|
||||
### Security
|
||||
|
||||
The pastes are encrypted with AES-256-GCM. The encryption key for each paste is generated randomly and stored in the database. The key is never stored on the server.
|
||||
The pastes are encrypted with AES-256-GCM. The encryption key for each paste is generated randomly and only the encrypted text is stored in the database. The key is never stored on the server.
|
||||
|
||||
The server does not log any information about the pastes. The only information stored is the encrypted paste and its metadata (e.g. expiration time).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user