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
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.
but i came to know that once the file is decrypted,
then it is not encrypting again, which can be viewed again without decryption even after closing and reopen the app.
we need to again call encryption block, inorder to encrypt it.
so can you modify your extension to auto-encrypt again,
because we need to encrypt after every decrypt inorder to protect the file
i have a csv. so using your extension i am encrypt the csv. next using in other app the blocks to reverse encript of the file csv that before i encrypt uptdating the values in my app that contains the sequence csv logic in my app.