Updated FAQ

This commit is contained in:
Marcel Bokhorst 2022-10-17 22:01:35 +02:00 committed by GitHub
parent e20623c64c
commit 6ea32d9719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
FAQ.md
View File

@ -4996,6 +4996,7 @@ Password protected text is encrypted with AES/GCM with a 256 bits key derived wi
With a sufficiently long/complex password, which is communicated to the recipient securely, this is considered safe in 2022 and for the foreseeable future.
The maximum message text is 1,500 characters, which includes HTML formatting tags.
Images will be replaced with place holders to reduce the content size.
Cross-site scripting (XSS) is prevented by using [DOMPurify](https://github.com/cure53/DOMPurify) (Apache License Version 2.0).