Helper Added: CryptoJS

This commit is contained in:
keyiflerolsun 2024-08-01 12:40:38 +03:00
parent b616e50b00
commit 7a2cf050c8
No known key found for this signature in database
GPG key ID: 3EA857B63E695DC2

View file

@ -1,14 +1,14 @@
package com.lagradost.cloudstream3.extractors.helper package com.lagradost.cloudstream3.extractors.helper
import java.net.* import java.util.Arrays
import java.util.*
import java.security.*
import kotlin.math.min
import java.util.Base64 import java.util.Base64
import java.security.MessageDigest
import java.security.SecureRandom
import javax.crypto.Cipher import javax.crypto.Cipher
import javax.crypto.spec.SecretKeySpec import javax.crypto.spec.SecretKeySpec
import javax.crypto.spec.IvParameterSpec import javax.crypto.spec.IvParameterSpec
import java.nio.charset.StandardCharsets import java.nio.charset.StandardCharsets
import kotlin.math.min
/** /**
* Conforming with CryptoJS AES method * Conforming with CryptoJS AES method