Page 1 of 1

Flow to move files into encryped container

Posted: 20 Feb 2015 22:03
by ewthompson
Hello,

I am wondering whether it is possible to create a flow which will detect the creation of files in a certain directory on my SD card, and subsequently move those files into an encrypted container which is also stored on the SD card. The encryption app I am using is EDS Lite, for what it is worth.

https://play.google.com/store/apps/deta ... lite&hl=en

Thank you,

ewthompson

Re: Flow to move files into encryped container

Posted: 21 Feb 2015 13:51
by Martin
Hi,

You could use trigger 'File Observer' to see when a file is created in a specific directory. Event 'Writeable file closed' or 'Subfile created' could work.
Maybe you could simply copy/move the file to EDS when EDS allows to encrypt a folder on the fly (maybe this is only possible using mounted mode on a rooted device).

Regards,
Martin