mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add work-in-progress disclaimer to readme
This commit is contained in:
parent
e1d0163504
commit
2e7a8d2ecd
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF.
|
||||
|
||||
_This is a work in progress and is not quite ready for daily use yet._
|
||||
|
||||

|
||||
|
||||
Dangerzone works like this: You give it a document that you don't know if you can trust (for example, an email attachment). Inside of a sandbox, dangerzone converts the document to a PDF (if it isn't already one), and then converts the PDF into raw pixel data: a huge list of of RGB color values for each page. Then, in a separate sandbox, dangerzone takes this pixel data and converts it back into a PDF.
|
||||
|
|
Loading…
Reference in a new issue