Cale Black
Cale Black
Opened PR as #114
For the first bit, here are some very common use case scenarios where I run into SHA-512: * PGP/GnuPG - https://www.rfc-editor.org/rfc/rfc4880#section-5.2.2 * NaCL crypto_sign authentication - https://nacl.cr.yp.to/sign.html / https://golang.org/x/crypto/nacl/auth *...
Here is a quick hacky example of one such common workflow that I have to do using a `curl | sha512` file validation check, a la https://www.elastic.co/blog/sha512-checksums-for-elastic-stack-artifacts (though the links...
As for the API design part, I am of two minds in this regard. First, I do foresee it becoming pretty common place to utilize other generic hashing algorithms and...
No one indicated using any of these for password hashes, and if they do they are not reading modern guidance from the last 20 years. Hashing algorithms are used in...
I also want to point out what an API concern with using `crytpo.Hash` that I laid out in https://github.com/bitfield/script/issues/113#issuecomment-1111470432, which essentially means that we can use traditional hashes but not...
I have the exact same issue. It appears that we are going to have to fix this ourselves. If I get time I'll see if I can fix it (I'll...
The fact that this is a capacity overflow from a `raw_vec` in `wasi-vfs` and that trace is coming from this external function https://github.com/kateinoigakukun/wasi-vfs/blob/10d78ae416537246158610fc092d4666ea90d1b7/src/init.c#L5-L10
I'm going to abandon this and start it over with the new payload structure.
> We are currently discussing with other projects about how to proceed here, but most likely we will pursue the PKU2U implementation since this gives us a kerberos client to...