2016-12-05 42 views
1

如何從蒸汽防盜代碼的蒸汽桌面身份驗證器中獲得我的蒸汽帳戶共享密鑰? Steam Desktop Authenticator蒸汽交易機密的共享祕密

我使用Steam totp

client.on("steamGuard", function(domain, callback, lastCodeWrong){ 

    if(lastCodeWrong) { 

     console.log("Last code wrong, trying again!"); 

    } 

    var code = SteamTotp.generateAuthCode(//SHARED SECRET HERE); 

    callback(code); 

}) 

回答

1

如果您使用節點(而不是C#),shared_secret是在node-steam-userenableTwoFactor方法的響應。