diff --git a/README.md b/README.md index c954b64e6..fe087a0d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/freedomofpress/securedrop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +![Example of viewing a submitted document inside Qubes](docs/images/step6-view-cropped.png) + ## Bringing SecureDrop to Qubes This project aims to make journalists' experience working with SecureDrop less onerous while retaining the current security and privacy features SecureDrop provides. We're doing that by moving the set of journalist-facing tools, which currently spans multiple Tails installations and requires physical USB drives to move data, to a single computer running multiple virtual machines, with data moved as automatically and transparently as possible between otherwise isolated VMs. @@ -101,7 +103,7 @@ on any submission of interest. 5. The decrypted submission is copied to the `sd-svs` Secure Viewing Station VM, where it's placed in the `Sources` directory based on the source name. 6. Any file viewed in the Secure Viewing Station is opened in a Disposable VM, largely mitigating attacks from malicious content. -See below for a closer examination of this process. +See below for a closer examination of this process, and see `docs/images` for screenshots related to the steps above. ### What's in this repo? diff --git a/docs/images/qubes-generic-ui.png b/docs/images/qubes-generic-ui.png new file mode 100644 index 000000000..c9d585236 Binary files /dev/null and b/docs/images/qubes-generic-ui.png differ diff --git a/docs/images/step1-journalist-interface-cropped.png b/docs/images/step1-journalist-interface-cropped.png new file mode 100644 index 000000000..e34b36597 Binary files /dev/null and b/docs/images/step1-journalist-interface-cropped.png differ diff --git a/docs/images/step1-journalist-interface.png b/docs/images/step1-journalist-interface.png new file mode 100644 index 000000000..6cdda5e1e Binary files /dev/null and b/docs/images/step1-journalist-interface.png differ diff --git a/docs/images/step2-download-cropped.png b/docs/images/step2-download-cropped.png new file mode 100644 index 000000000..da559c957 Binary files /dev/null and b/docs/images/step2-download-cropped.png differ diff --git a/docs/images/step2-download.png b/docs/images/step2-download.png new file mode 100644 index 000000000..de5580979 Binary files /dev/null and b/docs/images/step2-download.png differ diff --git a/docs/images/step3-decrypt-cropped.png b/docs/images/step3-decrypt-cropped.png new file mode 100644 index 000000000..d8dde899f Binary files /dev/null and b/docs/images/step3-decrypt-cropped.png differ diff --git a/docs/images/step3-decrypt.png b/docs/images/step3-decrypt.png new file mode 100644 index 000000000..3ccb9a8d9 Binary files /dev/null and b/docs/images/step3-decrypt.png differ diff --git a/docs/images/step4-decryption-done-cropped.png b/docs/images/step4-decryption-done-cropped.png new file mode 100644 index 000000000..20cf271d7 Binary files /dev/null and b/docs/images/step4-decryption-done-cropped.png differ diff --git a/docs/images/step4-decryption-done.png b/docs/images/step4-decryption-done.png new file mode 100644 index 000000000..cbb53a5a7 Binary files /dev/null and b/docs/images/step4-decryption-done.png differ diff --git a/docs/images/step5-nautilus-cropped.png b/docs/images/step5-nautilus-cropped.png new file mode 100644 index 000000000..55c5d75e6 Binary files /dev/null and b/docs/images/step5-nautilus-cropped.png differ diff --git a/docs/images/step5-nautilus.png b/docs/images/step5-nautilus.png new file mode 100644 index 000000000..8b4d7e9e2 Binary files /dev/null and b/docs/images/step5-nautilus.png differ diff --git a/docs/images/step6-view-cropped.png b/docs/images/step6-view-cropped.png new file mode 100644 index 000000000..f529fbb53 Binary files /dev/null and b/docs/images/step6-view-cropped.png differ diff --git a/docs/images/step6-view.png b/docs/images/step6-view.png new file mode 100644 index 000000000..7e1602760 Binary files /dev/null and b/docs/images/step6-view.png differ