What type of file is encrypted by EncryptedFile

184 Views Asked by At

I'm using the EncryptedFile class which is part of the Android Jetpack library and introduced in Google I / O 19. I just want to know if this library only encrypts a .txt file or any type of file such as a farmware file. , Image file, video file or any large file can be encrypted.

1

There are 1 best solutions below

0
On

As mentioned here, it seems to be used for creating or reading a previously encrypted file. No such limitation to *.txt files is mentioned.

You can always try more and more files to discover it even further!