matches

fun matches(raw: String, encoded: String): Boolean

Verify that the encoded password matches the raw password when it too is encoded.

Sources

Link copied to clipboard