Skip to content

Commit

Permalink
Update security-android.md
Browse files Browse the repository at this point in the history
case typo.
  • Loading branch information
moskovich authored Jan 11, 2024
1 parent b97853f commit cefb0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/security-android.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About the Feral File app Security
# About the Feral File App Security

The Feral File app secures your sensitive data, such as cryptographic seeds and private keys, on your closely held mobile device. It ensures your data's protection by following Android’s best security practices: Feral File stores your keys using the Android KeyStore system and the AES-256 cipher. This encrypts your keys on disk and protects them from access by other applications. On applicable Android devices, they are also stored in a Secure Enclave, which has its own CPU and improves tamper resistance and secure storage. Your keys can only be retrieved through the Feral File app; in order to access the Feral File app, you must supply your personal identification, usually a thumb print or face recognition but possibly a PIN, depending on your Android model.
The Feral File app secures your sensitive data, such as cryptographic seeds and private keys, on your closely held mobile device. It ensures your data's protection by following Android’s best security practices: Feral File stores your keys using the Android KeyStore system and the AES-256 cipher. This encrypts your keys on disk and protects them from access by other applications. On applicable Android devices, they are also stored in a Secure Enclave, which has its own CPU and improves tamper resistance and secure storage. Your keys can only be retrieved through the Feral File app; in order to access the Feral File app, you must supply your personal identification, usually a thumb print or face recognition but possibly a PIN, depending on your Android model.

Feral File wants your data to be not just secure, but also resilient. To make it much harder for you to lose your keys, Feral File has created a unique encrypted cloud backup system. By combining Android Security Crypto with the Block Store system, the Feral File app encrypts your keys locally and stores them on the cloud, so that they can be restored even if you lose your Android device and install the Feral File app on a new phone or tablet. (Other data can also be backed up with the Feral File subscription.)

Expand Down

0 comments on commit cefb0c2

Please sign in to comment.