toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors.helper
/
AesHelper
Aes
Helper
object
AesHelper
(
source
)
Members
Functions
crypto
AESHandler
Link copied to clipboard
fun
cryptoAESHandler
(
data
:
String
,
pass
:
ByteArray
,
encrypt
:
Boolean
=
true
,
padding
:
String
=
HASH
)
:
String
?
generate
Key
And
Iv
Link copied to clipboard
fun
generateKeyAndIv
(
password
:
ByteArray
,
salt
:
ByteArray
,
hashAlgorithm
:
String
=
KDF
,
keyLength
:
Int
=
32
,
ivLength
:
Int
,
saltLength
:
Int
,
iterations
:
Int
=
1
)
:
Pair
<
ByteArray
,
ByteArray
>
?
hex
To
Byte
Array
Link copied to clipboard
fun
String
.
hexToByteArray
(
)
:
ByteArray