Decode password encypted with pwencode.
pwdecode(password)
Decoded character string, or empty string if decoding fails
See pwdecode function documentation in BIOS for implemetnation details.
Note that since R does not support strings embedding null values
(\000
), the password to be decoded has to be given with two slashes,
e.g. ‘ \001\000\129\235’.
mycode <- " \\001\\000\\141\\314\\033\\033\\033\\033\\033\\142\\303\\056\\166\\311\\037\\042"
pwdecode(mycode)
#> [1] "HSV"