fix(PR): story decryption by hazelnut27

Enhance media encryption handling with hybrid resolver and improved decryption methods
This commit is contained in:
ΞTΞRNAL
2026-02-07 19:14:50 +05:30
committed by GitHub
4 changed files with 314 additions and 208 deletions

View File

@@ -9,7 +9,6 @@ import javax.crypto.spec.SecretKeySpec
import kotlin.io.encoding.Base64
import kotlin.io.encoding.ExperimentalEncodingApi
// key and iv are base64 encoded into url safe strings
data class MediaEncryptionKeyPair(
val key: String,
val iv: String,