mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Helper Added: CryptoJS
This commit is contained in:
parent
b616e50b00
commit
7a2cf050c8
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue