cloudstream icon indicating copy to clipboard operation
cloudstream copied to clipboard

Updates and Chillx Extractor Updated

Open phisher98 opened this issue 1 year ago • 3 comments

Updates and Chillx Extractor Updated

Kudos to @rushi-chavan for updated Keys

phisher98 avatar Apr 29 '24 06:04 phisher98

private var key: String? = null

val key = fetchKey() ?: throw ErrorLoadingException("Unable to get key")

val decrypt = cryptoAESHandler(master ?: return, key.toByteArray(), false) ?.replace("\", "") ?: throw ErrorLoadingException("failed to decrypt")

private suspend fun fetchKey(): String? { return app.get("https://raw.githubusercontent.com/rushi-chavan/multi-keys/keys/keys.json") .parsedSafe<Keys>()?.key?.get(0)?.also { key = it } }

@phisher98 try this

b4byhuey avatar May 02 '24 23:05 b4byhuey

@b4byhuey Yeah That what i was saying but Thanks for the help

phisher98 avatar May 03 '24 02:05 phisher98

The key is still not cached

fire-light42 avatar May 03 '24 18:05 fire-light42