badiku

Results 4 comments of badiku

no problem at win10, but same error on Windows Server 2022. OTP and FIDO work, PIV not work. Failed connecting to the YubiKey. Make sure the application has the required...

I changed line 21 like this: ``` M._LUAVERSION = rawget(_ENV, 'jit') and jit.version or _VERSION ``` and line 66: ``` -- EXPORT_ASSERT_TO_GLOBALS = true local EXPORT_ASSERT_TO_GLOBALS = rawget(_ENV, 'EXPORT_ASSERT_TO_GLOBALS') and...

I add this, prompt for password when no -p and no -P: ``` if (ctx->has_key == 0) { if (ctx->encrypt == -1) usage(); else { printf("password:"); char password[512]; scanf("%s", password);...

really confusing counter, why still exists?