Enhance media encryption handling with hybrid resolver and improved decryption methods

This commit is contained in:
hazelnut27
2026-02-07 03:08:40 -06:00
parent c20c157c2b
commit e53a7db9ed
4 changed files with 398 additions and 183 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,