cost 232 ms
即使使用 URI,Pyotp 也不會提供與 Google 身份驗證器相同的代碼

[英]Pyotp not giving the same code as Google authenticator even with URI

你好 Stackoverflow 用戶我嘗試使用 Python 在 Stripe 上使用 2FA Secret 來獲取 2FA 代碼。 但每次我嘗試的代碼都與我使用谷歌驗證器時的代碼不同。 我 Aleardy 嘗試使用 uri,但沒有任何運氣。 我已經檢查過 Stackoverflow 是否有人有同 ...

無法在 wordpress 網站上使用雙因素插件輸入代碼

[英]Unable to enter code using Two factor plugin on wordpress site

我剛剛在我的 wordpress 網站上安裝了https://wordpress.org/plugins/two-factor插件並啟用了 email 和谷歌驗證碼。 我保存了更改並注銷了。 現在,當我嘗試再次登錄時,在 email 和密碼之后,它顯示了一個我無法交互的disabled表單。 現在我 ...

防止在谷歌身份驗證器中重復使用 pin

[英]Prevent pin reuse in google authenticator

我在 c# 中使用谷歌身份驗證器,遇到了一個問題,它讓我即使在過期后也可以使用相同的引腳。 這實際上是有道理的,因為它所做的只是加密一個字符串,然后用戶掃描二維碼,手機應用程序會生成一個 pin 來解密字符串。 如果我每次都使用相同的加密密鑰,那么任何以前生成的 pin 仍然會解密它。 有什么方法 ...

從 totpSecret 類似 google 身份驗證器解碼 OTP

[英]Decoding OTP from totpSecret alike google authenticator

我有一個從我的 keycloak 應用程序生成的 totpSecret 我想要實現的是向用戶發送解碼的 OTP 我已經實現了自定義資源提供程序並使用它獲得了 totpSecrect 但我得到的是一個字符串,我想要的是 Otp 代碼,例如在提供字符串 totpSecretEncoded 或掃描生成的 ...

服務器重新啟動后使用 j256 的 Google Authenticator 代碼失敗

[英]Google Authenticator code failure using j256 after server restart

只要服務器繼續運行,密鑰在生成后的任何時間都可以正常工作。 驗證與存儲在緩存中並在重新啟動時擦除的服務器之間是否存在某種聯系? 不做任何自定義,只生成二維碼和密鑰,使用 Google Authenticator 掃描它們,並使用內置的驗證引擎。它在服務器重新啟動之前 100% 的工作時間。 無論發 ...

2FA 二維碼上的發行人標簽未顯示正確值

[英]Issuer label on QR code for 2FA not showing correct value

我正在使用 speakeasy 庫和 qrcode 庫來生成 otpauth URL,然后將其轉換為 QR 碼,因此可以通過我網站上的 2FA 驗證器應用程序對其進行掃描。 我希望身份驗證器應用程序以下列格式顯示我的網站: 測試公司(<-- 我的網站名稱) test@fakema ...

使用 Google Authenticator 應用驗證 OTP

[英]Validating OTP with Google Authenticator app

我已經在我的應用程序中實現了 2 因素身份驗證,但我無法驗證我的應用程序內部和 Google Authenticator 應用程序中生成的 OTP,我的應用程序中生成的 OTP 與 Authenticator 應用程序非常不同。 這是我在應用程序中生成 OTP 的方式: 在這里,我正在使用一個 ...

2FA 不適用於 Ubuntu AWS 實例

[英]2FA is not working with Ubuntu AWS instance

我在 EC2 實例中執行 ssh 時致力於設置 2FA。 但是在設置實例之后仍然不要求 2FA 代碼並直接將我的用戶即ubuntu到服務器。 我按照以下步驟設置 2FA: 安裝 Google Authenticator PAM 模塊。 sudo apt 安裝 libpam-google-authe ...

如何更改谷歌驗證器的默認 30 秒

[英]How to change the default 30s for the google authenticator

Google Authenticator 默認每 30 秒刷新一次驗證碼。 我想將其更改為每 24 小時刷新一次驗證碼。 我怎樣才能做到這一點? ...

在確認頁面上使用谷歌重定向登錄以繼續 Django

[英]Login with Google redairecting on conformation page to continue Django

我正在嘗試將 Google 身份驗證集成到我的登錄頁面中。 我在 Django 工作。我在我的登錄頁面上添加了使用 Google 按鈕登錄,但是當我點擊該按鈕時,我將重定向到 accounts/google/login,它要求確認繼續和帶有登錄和登錄的菜單-出去。 但我想要的是當我點擊按鈕時它應該 ...

為什么我的代碼沒有生成與谷歌身份驗證器相同的 OTP?

[英]why my code doesn't generate the same OTP like google authenticator?

有人知道為什么這個 TOTP 代碼不會像谷歌身份驗證器那樣生成相同的 OTP 嗎??? SHA1-HASH function 運行良好,它只是最終生成的 OTP 不正確。 我試圖檢查所有內容,但找不到我的錯誤所在。 有人可以幫忙嗎? 此代碼應該是生成 TOTP 的非常基本的代碼。 已編輯我的 S ...

如何避免在 Python 中 b32encode.decode() 的輸出中出現“=”?

[英]How to avoid '=' in the output of b32encode.decode() in Python?

我正在生成一個秘密,用於為 Google Authenticator 生成二維碼。 此密鑰包含 iPhone 中的 Google 身份驗證器無法識別的“=”符號。 不過在 android 上運行良好。 生成秘密時如何避免“=”符號? 任何幫助或方向表示贊賞。 ...

Google oAuth 2.0 API 身份驗證錯誤:錯誤 400 - redirect_uri_mismatch(不符合策略) DJANGO APP

[英]Google oAuth 2.0 API Authentication Error: Error 400 - redirect_uri_mismatch (does not comply with policy) DJANGO APP

我試圖讓我的谷歌身份驗證在請求 Gmail 和日歷數據的 Django 應用程序上工作。 I have set up the oAuth API in the Google developer console and linked it with my project, and I've tri ...

由於 AWS Glue 作業失敗:已安裝 google-auth 版本 2.0.0.dev0,但 {'google-cloud-core'} 需要 google-auth<2.0dev,>=1.24.0

[英]AWS Glue jobs failing due: google-auth version 2.0.0.dev0 is installed but google-auth<2.0dev,>=1.24.0 is required by {'google-cloud-core'}

此錯誤現在出現在 AWS Glue 作業上,就我而言,是使用smart_open 的作業。 直到現在才發生,我已經在 AWS Glue 上使用 .eggs 來運行 smart_open。 自 2021 年 7 月 20 日起有新版本的 google-auth 1.33.0,其他人遇到過此錯誤嗎 ...

我無法使用我的第二個帳戶登錄 Google

[英]I cant log-in with Google with my second account

當我用谷歌登錄到我的 flutter 應用程序時,假設我意識到這是一個錯誤的谷歌帳戶,錯誤的 gmail、照片等,所以我注銷並嘗試用另一個帳戶登錄谷歌,但這是不可能的,因為我只是自動登錄與這個以前的帳戶。 也許有某種方法可以完全注銷? 這是我注銷的代碼: Future&lt;void&gt; s ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM