Updates and Chillx Extractor Updated
Updates and Chillx Extractor Updated
Kudos to @rushi-chavan for updated Keys
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 Yeah That what i was saying but Thanks for the help
The key is still not cached