Skip to content

Commit 5aadd96

Browse files
committed
Tune up the PPP setup text
1 parent 6a5a65a commit 5aadd96

1 file changed

Lines changed: 6 additions & 26 deletions

File tree

SnapSafe/Screens/PoisonPillSetup/ExplanationStep.swift

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,24 @@ extension ExplanationStep {
2727
static let poisonPillSteps: [ExplanationStep] = [
2828
ExplanationStep(
2929
icon: "exclamationmark.triangle.fill",
30-
title: "Emergency Security Feature",
30+
title: "Setup Poison Pill",
3131
content: """
3232
What is a Poison Pill?
3333
3434
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.
3935
""",
4036
iconColor: .orange
4137
),
4238

4339
ExplanationStep(
4440
icon: "person.fill.xmark",
45-
title: "How It Works",
41+
title: "When to use it",
4642
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.
5044
5145
What Happens
5246
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.
5448
5549
⚠️ Warning: This is irreversible
5650
""",
@@ -59,23 +53,9 @@ extension ExplanationStep {
5953

6054
ExplanationStep(
6155
icon: "photo.badge.plus",
62-
title: "Decoy Photos Strategy",
56+
title: "After Activation",
6357
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.
7959
""",
8060
iconColor: .orange
8161
)

0 commit comments

Comments
 (0)