1. Introduction
Description: Using this extension you can encrypt files in a way that they will behave like corrupted so that they can't be opened outside of your app until decrypted again.
Latest Version: 1
Released: 2023-08-09T18:30:00Z
Last Updated: 2023-08-09T18:30:00Z
Thanks to @Alexandre_Gorine for sponsoring this extension
2. Blocks
3. Docs
Encrypt File
It encrypts/corrupts file so that users can't open it themselves. So your files will be safe and can't be manipulated easily.
Note: It accepts file path only (no SAF content/document uri) and works only if app owns the file.
Decrypt File
Decrypts the previously encrypted file and makes it usable.
Set Bytes Count
Altering even 1 byte is enough to encrypt most files but to be safe you should choose something like 100 and or above.
Default value is 50.
4. Downloads
com.sunny.fp.aix (6.6 KB)
Licensed under creativecommons.org/licenses/by-sa/4.0
An attribution and link to my website is must
Hope it helps!