Adjust for ikiwiki → GitLab wiki authored by intrigeri's avatar intrigeri
[[!meta title="VeraCrypt support in GNOME"]]
---
title: VeraCrypt support in GNOME
---
[[_TOC_]]
[[!toc levels=2]]
User research
=============
......@@ -95,13 +100,13 @@ about file storage encryption in general.
The following banner was displayed on *https://tails.boum.org/home* once
every 20 views:
[[!img contribute/reports/SponsorW/2017_10/survey.png link="no"]]
[survey.png](https://tails.boum.org/contribute/reports/SponsorW/2017_10/survey.png)
We got 1011 complete answers (and zero spam!) for a participation rate
of 1.97% (51431 views in total). We think this is a great success!
The structure of our survey is available as a LimeSurvey Survey
Structure file: [[survey.lss]].
Structure file: [survey.lss](veracrypt/survey.lss).
We limited the mandatory questions to the bare minimum. Except for one
open-ended question, we used only closed questions with multiple choices
......@@ -430,7 +435,7 @@ preliminary research work on user needs and technical feasibility.
We will implement and upstream each iteration one after the other and go
as far as the budget allows.
1. Unlocking partitions ([[!tails_ticket 15214]])
1. Unlocking partitions (tails/tails#15214)
-----------------------
This iteration is the bare minimum for this project but also the
......@@ -450,7 +455,7 @@ covers:
will also be very cheap to add to the custom dialogs that we will
already have to implement for the opening of hidden volumes.
2. Unlocking file containers ([[!tails_ticket 15223]])
2. Unlocking file containers (tails/tails#15223)
----------------------------
This iteration extends the work done on the unlocking of partitions to
......@@ -479,7 +484,7 @@ integration code:
- Displaying the file name of the containers when unlocking it through
GVfs will require an additional patch upstream.
3. Creating and modifying partitions and containers ([[!tails_ticket 15227]])
3. Creating and modifying partitions and containers (tails/tails#15227)
---------------------------------------------------
Since our main objective for integrating better VeraCrypt in Tails is to
......@@ -500,7 +505,7 @@ This iteration covers:
<a id="veracrypt_mounter"></a>
4. *VeraCrypt Mounter* ([[!tails_ticket 15043]])
4. *VeraCrypt Mounter* (tails/tails#15043)
----------------------
*VeraCrypt Mounter* is a very simple application wrapper that we
......@@ -577,3 +582,4 @@ We don't expect false positives for unencrypted filesystems, because the chi-squ
[VeraCrypt Volume Format Specification]: https://veracrypt.codeplex.com/wikipage?title=VeraCrypt%20Volume%20Format%20Specification
[Pearson's chi-squared test]: https://en.wikipedia.org/wiki/Chi-squared_test
[scipy chi2 module]: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.chi2.html