Closed 1m1-github closed 2 years ago
@1m1-github Thank you for your question. Both Apple and Google have code sign features in place that prevent downloading a compromised or tampered version of the binary. They also employ uniqueness checks for App Store listings, so if another binary is submitted under a separate account, it wouldn't get through app review. In other words, downloading through the official App Store and Play Store listings is a very safe way of accessing the app.
One additional security feature that we are working on at the moment is providing a public checksum for the APK distribution. That way it would be possible to double check the validity of the APK file for Android, even if someone decides to download it directly instead of going through Play Store.
Is there anything to secure users from using a compromised version of Pera
E.g., there is
AppCheck
byGoogle
, which claims to ensure thiswhy security is so important, i just wrote here: https://github.com/perawallet/pera-wallet/issues/87