So, there is my problem. I need to encrypt files (pdf, jpg, zip) and to decrypt it in the initial format. I read Encryption and RandomAccessFile library but it seems like it can only be used for data.
Is there a way to convert file to data and vice versa ?
Or is there another library who can do endrypt/decrypt?
I hope I was clear.
Thanks in advance.
Is there a way to convert file to data and vice versa ?
Or is there another library who can do endrypt/decrypt?
I hope I was clear.
Thanks in advance.