Android has javax.crypto. I would utilize that to read and write
encrypted files, I don't think a partition or driver will add value in
this case.
http://developer.android.com/reference/javax/crypto/package-summary.html


Yusuf Saib
Android
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.



On Jul 8, 3:16 am, John Smith <[email protected]> wrote:
> 2009/7/7 Cyril ROQUES <[email protected]>
>
> >  I need to encrypt some files but the user must have access to them in
> > both read/write
>
> > I would to create a virtual partition and mount it into a folder but how to
> > link an application with a folder ? or create a driver ?
>
> > If this approach can’t run maybe with a live folder but I don’t know how to
> > save new file into it
>
> > If you have idea or different approach for this problem your are welcome
>
> You would be best just reading and writing encrypted data, rather than
> trying to mess with partitions or other things that either need root access
> to do, or very low system stuff.
>
> While I haven't really looked into this, if JAVA itself can't do it, you can
> always use the bouncycastle libs can do crypto.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to