Extracts the salt data used to encode the encoded password.
Syntax
byte[]
extractSaltData
(
String
encodedPassword
) throws IOException
Parameters
-
encodedPassword –
the encoded password from which to extract the salt data
Returns
the salt data
Exceptions
-
IOException –
propagates IOException encountered extracting the salt from base64 encoded form.