decryptToFile

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