simbiose / Encryption

Encryption is a simple way to encrypt and decrypt strings on Android and Java project.
MIT License
354 stars 79 forks source link

How can we use it with file password protected ? #13

Closed shree007 closed 7 years ago

shree007 commented 7 years ago

As we know that we can encrypt and decrypt the String , instead of string i want to use it with file password protected. How may I do that?

ademar111190 commented 7 years ago

Hi @shree007

I don't know how files are written in disk, so I don't know how to protected then properly with encryption. As far as the library is under java we have a more complex problem once the file system can be very different depending on which OS is running.

I recommend to look up to a specific file encryption library, I think it is better than some workaround to use this library. Or if you want to add this functionally to this library you are very welcome. 😄