-
Hi,
I'm quite new to rust and hope this issue is not due to my lack of experience.
I found that when I create a new Jwks, generate and add a new key to it, deserialize the Jwks to a file and then …
-
### Discussed in https://github.com/orgs/go-ldap/discussions/533
Originally posted by **p0dalirius** October 11, 2024
Hi,
Has anyone been able to connect to a remote Windows Server LDAP ser…
-
The fido2 specification includes the hmac-secret extension that is supported by most vendors and can be used as substitude for a local password.
Recent contributions to systemd-homed have already p…
ksy63 updated
1 month ago
-
Currently rosauth implements Hash(secret | message) which is vunerable to a length extension attack https://en.wikipedia.org/wiki/HMAC
Typically you'd want Hash(secret | hash(secret | message))
-
Hello I have to hmac request to web api. Could you tell me how to do it? I've tried everything and still it can not be authenticated.
This is my Rx2AndroidNetworking call:
```
java.…
-
According to the Java Card 3.0.5 API, the `keyLength` parameter passed to the `KeyBuilder.buildKey` method is the **key size in bits.**
In the KeyBuilder tests configs, the key sizes are specified …
-
Hello,
Thanks for making your code public!
I have several questions about the HMAC implementation:
1. The switch signs the first 8 bytes of the SHA-256 checksum of the message, along with th…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
fmDNS 6.2.0
facileManager 4.7.0.
[X] I have read and understood the [contributors guide](https://github.com/WillyXJ/facileManager/blob/master/.github/CONTRIBUTING.md).
[X] I have checked that the…
-
Right now HMAC keys are `[]byte`. That's nice and simple, but it means that they do not carry type information about which algorithm they are meant to be used with. So when verifying a JWS / JWT signa…
jsha updated
2 months ago