geel9 / SteamAuth

A C# library that provides vital Steam Mobile Authenticator functionality
MIT License
276 stars 102 forks source link

Invalid Char "\" fix #58

Closed speed-str closed 8 years ago

speed-str commented 8 years ago

Fixes the issue with some shared secrets that have invalid base 64 chars like backslash "\" By using Regex.Unescape to unescape the escape sequence

BlueRaja commented 8 years ago

LGTM!