b_wincred_decode {keyring} | R Documentation |
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")
password |
A raw byte string returned from |
encoding |
A character value, specifying an encoding to use. Defaults to 'auto', which will decode either of UTF-8 or UTF-16LE. |
A character value containing a password.