Do I have an application in which I want to create a .Gzip file and save it in sdacrd? After that, for security reasons, I want to encrypt this .Gzip file, and also decrypt.
How to do it?
You can take a look at gzip api here: http://developer.android.com/reference/java/util/zip/GZIPOutputStream.html
And also this question: http://developer.android.com/reference/java/util/zip/GZIPOutputStream.html
And you can encrypt / decrypt using the following API: http://developer.android.com/reference/javax/crypto/package-summary.html
And here are examples: http://www.androidsnippets.com/encryptdecrypt-strings
Source: https://habr.com/ru/post/1396353/More articles:What is the best API to read large excel files using Java? - javaAntlr error: the following token definition can never be matched since the previous tokens match the same input - antlrSymfony2 teaching: generate: do entities throw a syntax error? - symfonyWhy does setGravity () not affect the custom ViewGroup? - androidh: outputText with line break from resource package (property files) - jsf-2jQuery Chosen: how to limit the number of selected values ββand provide an error message - jqueryAbility to format text in Inno Setup isl files - formattingMono / MonoDevelop manifest file to run C # applications in Administrator - c #https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1396359/sql-server-round-time-values-to-the-next-minute&usg=ALkJrhiKzqiaSFA9ZpUbuDPODPuSqVfuyQSql query with current date - c #All Articles