You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SnapSafe/Screens/PoisonPillSetup/ExplanationStep.swift
+6-26Lines changed: 6 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -27,30 +27,24 @@ extension ExplanationStep {
27
27
staticletpoisonPillSteps:[ExplanationStep]=[
28
28
ExplanationStep(
29
29
icon:"exclamationmark.triangle.fill",
30
-
title:"Emergency Security Feature",
30
+
title:"Setup Poison Pill",
31
31
content:"""
32
32
What is a Poison Pill?
33
33
34
34
A Poison Pill is a special emergency PIN that immediately deletes all your photos and encryption keys when entered, protecting your privacy in critical situations.
35
-
36
-
An option of last resort
37
-
38
-
This is your last line of defense when you have been coerced to unlock this app. You will lose all of your data, but the attack will also not get that data.
39
35
""",
40
36
iconColor:.orange
41
37
),
42
38
43
39
ExplanationStep(
44
40
icon:"person.fill.xmark",
45
-
title:"How It Works",
41
+
title:"When to use it",
46
42
content:"""
47
-
When to Use
48
-
49
-
Use your Poison Pill PIN if someone forces you to unlock this app against your will.
43
+
This is your last line of defense when you have been coerced to unlock this app. You will lose all of your data, but the attack will also not get that data.
50
44
51
45
What Happens
52
46
53
-
All photos, encryption keys, and sensitive data are permanently deleted. This action cannot be undone.
47
+
All photos, encryption keys, and sensitive data are permanently deleted.
54
48
55
49
⚠️ Warning: This is irreversible
56
50
""",
@@ -59,23 +53,9 @@ extension ExplanationStep {
59
53
60
54
ExplanationStep(
61
55
icon:"photo.badge.plus",
62
-
title:"Decoy Photos Strategy",
56
+
title:"After Activation",
63
57
content:"""
64
-
Making It Less Suspicious
65
-
66
-
In the case where you are coerced for your PIN, and you give over your Poison Pill PIN instead, it might be suspicious that there are no photos whatsoever in the Gallery.
67
-
68
-
The Solution
69
-
70
-
To solve this it is recommended you take several photos of various innocuous things, and then go into those photos in the Gallery, and mark them as "Decoy" photos.
71
-
72
-
How It Works
73
-
74
-
When your Poison Pill is activated, all photos EXCEPT for your Decoys will be deleted, leaving a less suspicious situation.
75
-
76
-
💡 Pro Tip
77
-
78
-
Either take photos of every day objects, or: take photos of something that might seem to an attacker to be of a sensetive nature, but that you will not suffer consequences for. This will justify the usage of a secure photo app in their mind.
58
+
Once entered, your Poison Pill PIN becomes your real PIN going forward. It is recommended to do a Security Reset of the app once the situation that forced you to use the Pill is over.
0 commit comments