-
Is it possible to use the Yubikey challenge-response secret (hex string) to decrypt a KeePassXC database using the KeePassXC yubichallenge implementation? I like how you guys implement the Yubichallen…
-
This might help someone, so I thought I'd post it here. It is a bash-script equivalent of what this proxy does. Note it does need: curl, awk, grep, sed, openssl:
```bash
#!/bin/bash
# Input par…
-
Dear @atc0005,
Can you add supports of :
- SCRAM-SHA-1
- SCRAM-SHA-1-PLUS
- SCRAM-SHA-256
- SCRAM-SHA-256-PLUS
- SCRAM-SHA-512
- SCRAM-SHA-512-PLUS
- SCRAM-SHA3-512
- SCRAM-SHA3-512-PLUS
…
-
## Description
While exploring the documentation and integrating it into my project for [CAPTCHA Game Challenge](https://dorahacks.io/hackathon/captcha-game-challenge/detail), I noticed a mismatch …
-
Feature request placeholder (will be revised if more requests for the same arrive)
-
Dear Repository Maintainers,
I hope this message finds you well. I am a researcher focusing on computed tomography and machine learning.
I have been following the work related to the AAPM Grand …
-
When using `@atproto/oauth-client-browser` with the default setup described in [the readme](https://github.com/bluesky-social/atproto/tree/main/packages/oauth/oauth-client-browser), the `/oauth/par` r…
-
### Is your feature request related to a problem or challenge?
Sort Merge Join currently supports LeftAnti join however it would be nice to have RightAnti support as well
https://github.com/apac…
-
### Contact Details (Optional)
_No response_
### What benefits does the suggestion solve?
The need for application profiles can be challenged. Another option could just to rely on OWL and introduci…
-
```
I'm trying to implement a "luksOpen" method based on challenge-response instead
of a passphrase. This requires storing 20 bytes (the challenge) somewhere.
Currently, I'm using a file, but I thin…