get Secret Key With Custom Pw
fun getSecretKeyWithCustomPw(encryptPassword: String, iv: ByteArray): SecretKey
Content copied to clipboard
This method will convert a custom password to a SecretKey
Return
SecretKey
Parameters
encrypt Password
: the custom user password as String
iv
: the encryption nonce