Problems With Facebooks Conceal Library
I'm having issues with reading decrypted data from conceal. It looks like I can't correctly finish streaming. I pretend there is some issue with conceal, because of when I switch m
Solution 1:
From my little experience with conceal, I have noticed that, only the same application that encrypts a file could decrypt it successfully irrespective whether it has the same package or not. Be sure to put this in mind
Solution 2:
This was resolved in https://github.com/facebook/conceal/issues/24. For posterity's sake, the problem here is that the author forgot to call close() on the output stream.
Post a Comment for "Problems With Facebooks Conceal Library"