toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors.helper
/
AesHelper
/
generateKeyAndIv
generate
Key
And
Iv
fun
generateKeyAndIv
(
password
:
ByteArray
,
salt
:
ByteArray
,
hashAlgorithm
:
String
=
KDF
,
keyLength
:
Int
=
32
,
ivLength
:
Int
,
saltLength
:
Int
,
iterations
:
Int
=
1
)
:
Pair
<
ByteArray
,
ByteArray
>
?
(
source
)