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
This app uses the app-specific internal storage to store files, this location is already encrypted by the android system and isn't available to other apps. Safe space app is provided "as is", without any warranty of any kind. It shouldn't be considered as an absolute safe way to store files. The purpose of this app is to create a separate space for valuable and important files for an average user and must not be considered safe if you are a high-profile target for hackers, crime syndicates, government agencies and other such organizations. I recommend investing in a lightweight laptop with more reliable methods of information protection such as Tails OS and VeraCrypt (This is not an endorsement, just a suggestion). It is your sole responsibility what you store in this app.
26
+
This app uses the app-specific internal storage to store files, this location is already encrypted
27
+
by the android system and isn't available to other apps. Safe space app is provided "as is", without
28
+
any warranty of any kind. It shouldn't be considered as an absolute safe way to store files. The
29
+
purpose of this app is to create a separate space for valuable and important files for an average
30
+
user and must not be considered safe if you are a high-profile target for hackers, crime syndicates,
31
+
government agencies and other such organizations. I recommend investing in a lightweight laptop with
32
+
more reliable methods of information protection such as Tails OS and VeraCrypt (This is not an
33
+
endorsement, just a suggestion). It is your sole responsibility what you store in this app.
18
34
19
35
## Contributing
20
36
21
37
Pull requests are welcome. For major changes, please open an issue first
22
-
to discuss what you would like to change. This app is new and bound to have a few bugs, it would mean a lot to me if you can contribute to the project in any way possible.
38
+
to discuss what you would like to change. This app is new and bound to have a few bugs, it would
39
+
mean a lot to me if you can contribute to the project in any way possible.
23
40
24
41
## Privacy Policy
25
42
26
-
This app doesn't collect or send any telemetry data to any server, the documents and text files you store stay on your device and cannot be recovered by me in case the device is reset, or the app is uninstalled.
43
+
This app doesn't collect or send any telemetry data to any server, the documents and text files you
44
+
store stay on your device and cannot be recovered by me in case the device is reset, or the app is
45
+
uninstalled.
27
46
Whatever happens on your phone stays on your phone (for Safe space app).
28
47
29
48
## Donations and matters of the green paper 🤑🤑🤑
30
-
I've been getting emails from Paypal sending me money, since I have never used Paypal (not very popular in my country), I thought it was a scam. It is only recently (Dec 2023) that I realised that users of my app were sending me money (Thank you for that btw!!).
31
-
Currently I am not accepting any monetary contributions as this app is not incuring any expenses apart from a weekend or two of coding. Also, this app is my tiny contribution towards combating the reign of big tech and their malicious ways of business and I want everyone to use the full version of it without any paywalls.
32
49
33
-
If you'd like to show some love then please contribute by sharing it with your people and also with your friends who code so that the app can be maintained for long term and improvements and features keep coming. Thank you very much for using my app :)
50
+
I've been getting emails from Paypal sending me money, since I have never used Paypal (not very
51
+
popular in my country), I thought it was a scam. It is only recently (Dec 2023) that I realised that
52
+
users of my app were sending me money (Thank you for that btw!!).
53
+
Currently I am not accepting any monetary contributions as this app is not incuring any expenses
54
+
apart from a weekend or two of coding. Also, this app is my tiny contribution towards combating the
55
+
reign of big tech and their malicious ways of business and I want everyone to use the full version
56
+
of it without any paywalls.
57
+
58
+
If you'd like to show some love then please contribute by sharing it with your people and also with
59
+
your friends who code so that the app can be maintained for long term and improvements and features
60
+
keep coming. Thank you very much for using my app :)
34
61
35
62
## FAQ
63
+
36
64
#### What is Safe Space?
37
-
Safe space is an app that creates a separate place on your android device to store valuable files. This storage location is not visible to other apps and is encrypted by the system by default.
65
+
66
+
Safe space is an app that creates a separate place on your android device to store valuable files.
67
+
This storage location is not visible to other apps and is encrypted by the system by default.
38
68
39
69
Features:
40
-
* Store files in a secure storage location that is not visible to other apps and is secured by device encryption and Biometric + app PIN authentication (Uses Android KeyStore and Encrypted Shared Preferences). [More info here](https://developer.android.com/training/data-storage/app-specific)
70
+
71
+
* Store files in a secure storage location that is not visible to other apps and is secured by
72
+
device encryption and Biometric + app PIN authentication (Uses Android KeyStore and Encrypted
73
+
Shared
74
+
Preferences). [More info here](https://developer.android.com/training/data-storage/app-specific)
41
75
* Click Pictures and shoot videos within the app
42
76
* Open Images, Audio, Video, PDF documents and plain text documents
43
77
* Create simple text notes without leaving the app
@@ -47,24 +81,47 @@ Features:
47
81
* Completely offline with no telemetry and data collection
48
82
49
83
#### Who is this app for?
50
-
This app is for anyone who wants to store important files on their android phone and are not an active target of high-profile adversaries such as the government or organized crime syndicates and similar adversaries.
84
+
85
+
This app is for anyone who wants to store important files on their android phone and are not an
86
+
active target of high-profile adversaries such as the government or organized crime syndicates and
87
+
similar adversaries.
51
88
52
89
#### Why should I use this app, isn't android pretty "secure" these days?
53
-
Storing files on android is a mess, you can see everything in a file manager app (which makes sense) but so can the apps installed on your phone. A lot of apps still require "All files access" permission just to function (which is dangerous in my opinion), and most people don't think twice before allowing this permission. Even if you haven't allowed this permission, most apps require audio, video and media permissions which again can access most files if they are not honest about the MIME types in their app's design.
54
90
55
-
In simple terms, most apps have file access permissions that are often not required for that app to function (e.g. - MS Office apps) and can actually read sensitive information from your files (e.g. - Aadhar number, PAN number etc.). These apps may not necessarily access information beyond what is required but they have the possibility to do so, which means, that you and your privacy are at the mercy of such app developers.
91
+
Storing files on android is a mess, you can see everything in a file manager app (which makes sense)
92
+
but so can the apps installed on your phone. A lot of apps still require "All files access"
93
+
permission just to function (which is dangerous in my opinion), and most people don't think twice
94
+
before allowing this permission. Even if you haven't allowed this permission, most apps require
95
+
audio, video and media permissions which again can access most files if they are not honest about
96
+
the MIME types in their app's design.
97
+
98
+
In simple terms, most apps have file access permissions that are often not required for that app to
99
+
function (e.g. - MS Office apps) and can actually read sensitive information from your files (e.g. -
100
+
Aadhar number, PAN number etc.). These apps may not necessarily access information beyond what is
101
+
required but they have the possibility to do so, which means, that you and your privacy are at the
102
+
mercy of such app developers.
56
103
57
104
#### Has there ever been a security audit?
58
-
There hasn't been a security audit yet but the app doesn't use any non-standard ways of security, this app uses device encryption and uses system biometric authentication along with app pin as security measures.
105
+
106
+
There hasn't been a security audit yet but the app doesn't use any non-standard ways of security,
107
+
this app uses device encryption and uses system biometric authentication along with app pin as
108
+
security measures.
59
109
If you are a security researcher, it would be great if you can provide insights on my app.
60
110
61
111
#### Why should I use this app, XYZ app is better?
112
+
62
113
I respect your choice.
63
114
64
115
Still... maybe take a look at [this.](https://github.com/aashishksahu/SafeSpace/issues/8)
65
116
66
117
#### Who am I and why should you trust me?
67
-
I am a full-time SAP technical consultant from India and developing this app was a hobby project which came into existence mostly because there's no good and reliable way of storing files on android devices. Also, you don't have to trust me, the code is open source, so you can take a look and I would be very happy if you choose to contribute. Besides that this app doesn't have internet permissions and does not use any google play services or firebase or 3rd-party analytics and telemetry services. Again don't trust me, just check the code :)
118
+
119
+
I am a full-time SAP technical consultant from India and developing this app was a hobby project
120
+
which came into existence mostly because there's no good and reliable way of storing files on
121
+
android devices. Also, you don't have to trust me, the code is open source, so you can take a look
122
+
and I would be very happy if you choose to contribute. Besides that this app doesn't have internet
123
+
permissions and does not use any google play services or firebase or 3rd-party analytics and
124
+
telemetry services. Again don't trust me, just check the code :)
0 commit comments