How to use Cipher in Android?
hvsimon opened this issue · 1 comments
hvsimon commented
I have used the keyword "cipher" to search but nothing related to Java.
Does it support Encipher or Decipher an Image in Android project?
MolotovCherry commented
The build scripts will build the binary. After that, you just need to setup the binary using the example project, then execute the binary using the same command-line flags you saw in their examples.
Please see the process code here
Cipher is listed as one of the default build features, so as long as you have everything setup properly, just execute it as you would any other CLI program