In the knowledge base of the Vaulty app to answer this question: Is Vaulty safe? they say that they modify the files and the files are safe.
I wonder if Vaulty is really safe and specifically whether this app uses AES encryption or not?
In the knowledge base of the Vaulty app to answer this question: Is Vaulty safe? they say that they modify the files and the files are safe.
I wonder if Vaulty is really safe and specifically whether this app uses AES encryption or not?
First, I'd like to quote all texts from the knowledge base,
Is Vaulty safe?
Yes, Vaulty uses several advanced layers of security to protect your private media. Files are moved to a location that the gallery cannot view and are modified so that they are not able to be viewed without changing the file back. Vaulty's protection offers the perfect balance between privacy, security and speed.
As of current version (4.0.10 r3710), what the app is doing:
/sdcard/Documents/Vaulty/data
(can be changed inside the app) with .nomedia
("Files are moved to a location that the gallery cannot view").vdata
) and obfuscate the filename (currently, no idea how it's generated)obscured
to the file ("modified so that they are not able to be viewed without changing the file back")The app doesn't actually encrypt the file at all. The file's content is the same, but only prepended by obscured
which make it invalid image/video file. The reason why this works is because of how image/video viewers work. They check the signature of the file, and if it doesn't match to any, they will think that it's an invalid image/video file.
The conclusion is:
.nomedia
is only safe for device without file manager. However, anyone can download file manager. To make it worse, the file is saved on external storage which can be accessed when connected to PC..vdata
is Vaulty's data, then it's at least "safe", unless they analyze the content. However, if they know, then obfuscating the filename is actually not useful at all (any filename is valid for image/video). The only problem is to determine the correct original extension.Was curious so I downloaded the app and tested: pictures are saved in the apps data folder without any encryption.
Vaulty is a private app and disclosing publicly the type of encryption they use would not be in their best interest.