encryptToFile

fun encryptToFile(secretKey: String, cypherSpecString: String, input: InputStream, output: OutputStream)

Store the secret key and the cypher string to your server not locally