Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Steam style TOTP #57

Open
owariee opened this issue Mar 11, 2024 · 0 comments
Open

[Feature Request] Steam style TOTP #57

owariee opened this issue Mar 11, 2024 · 0 comments

Comments

@owariee
Copy link

owariee commented Mar 11, 2024

On Linux, pass + pass-otp are able to generate TOTP codes for Steam in the right format cause Pass-OTP-perl implements an simple logic to change what and how many digits are used to generate the code for Steam based on the &issuer= argument being "Steam" in the otpauth URI, like this:

return totp(
    %options,
    digits => 5,
    chars  => "23456789BCDFGHJKMNPQRTVWXY",
) if defined $options{issuer} and $options{issuer} =~ /^Steam/i;

I know that is possible to change how many digits will be used to generate the TOTP code in Otp.NET, however i dont think it is actually possible to choose the "character set" that will be used to generate the TOTP.

So what i am asking for, is support for Steam style TOTP in Otp.NET, so pass-winmenu can deliver correct Steam TOTP codes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant