FileEncryption
object FileEncryption
Functions
Link copied to clipboard
fun decryptToFile(secretKey: String, cypherSpecString: String, input: InputStream, output: OutputStream)
Link copied to clipboard
fun encryptToFile(secretKey: String, cypherSpecString: String, input: InputStream, output: OutputStream)
Store the secret key and the cypher string to your server not locally