python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
problem in run code gives Error: Non-base32 digit found
im facing problem while running code below always give "Error: Non-base32 digit found"
i did searched online and fix it by using utf-8 for secret = base64.b32decode(bytes(secret, 'utf-8')) b...
Jessa
Votes: 0
Answers: 1
How to use TOTP codes for NGINX authentication?
I have a very basic NGINX configuration (I've removed the irrelevant parts of the config):
events { }
http {
include /etc/nginx/mime.types;
server {
listen 80 default_server;
...
cocomac
Votes: 0
Answers: 0
Get TOTP status from profile at Keycloak
How can I get TOTP status (set or not) for user profile using keycloak-js or API?
Tried:
keycloak.loadUserProfile().then(x => {...}) // there is no any info about totp
keycloak.loadUserInfo().then(...
jincod
Votes: 0
Answers: 1
why my code doesn't generate the same OTP like google authenticator?
someone know why this TOTP code doesn't generate the same OTP like google authenticator???
the SHA1-HASH function is working well, it's just the final OTP that dosen't generated correct. I tried to c...
daniel danino
Votes: 0
Answers: 1