Defaults to 'auto' encoding, which uses b_wincred_decode_auto
to
accomplish the decoding (this works with decoding either UTF-8 or
UTF-16LE encodings). In the case where an encoding is specified,
use that to convert the raw password.
b_wincred_decode(password, encoding = "auto")
A character value containing a password.
A raw byte string returned from b_wincred_get_raw
.
A character value, specifying an encoding to use. Defaults to 'auto', which will decode either of UTF-8 or UTF-16LE.