diff --git a/README.md b/README.md index e4cd1e1..490db1b 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,17 @@ wifi-disable | Will disable Wi-Fi (Only API < 29) | None | ring | Will make the smartphone ring | Overlay | ## Security +### Security measures in place + This application manages sensitive data. As such, it strives to be as secure as possible. There are two walls to resist a potential malicious individual: * Password (mandatory): The default password is ```0000```. Change it to something more secure to enhance your protection. Furthermore, you probably know that SMS are not encrypted. This means that it is advised to change your password when you send to your smartphone messages containing it in order to deny access to attackers as soon as possible (unlikely and costly attack, yet let's try to prevent any displeasing scenario). * Whitelist (optional): Whitelist numbers are the only numbers that the app will accept communications from. ### Legit apks -GitHub's releases section is the only place where I am uploading apks. +GitHub's releases section is the only place where I am uploading apks. Packages on F-Droid are compiled by the repo's owner. + +### Antivirus' false positives +Some antivirus falsely report it's a malware due to the app's extensive demanding permissions. ## More info There is already Google Find My Device, but I wanted to develop a free and open source alternative (even tho it is suggested to keep Google's, unless you do not have Play Services and/or wanting to go full-in about privacy). There is already a good FOSS alternative, [Find My Device](https://gitlab.com/Nulide/findmydevice) (from which I took inspiration from), but wanted to change it a little. I did [fork](https://www.github.com/xfarrow/FindMyDevice) it, but eventually decided to create my own project.