pfiadDi
pfiadDi
I found a way to determenistic create key pairs from a password salted hash: let privateKey = new X25519SecretKey(pwhash.getBuffer()) let publicKey = await sodium.crypto_box_publickey_from_secretkey(privateKey) It works but I am new...
Hi can I ask how you did that? I am able to use crypto_pwhash() to derive a key from the password but how you get the key pair - I...
@Rorymercer - that is interesting thank you! I did it now this way (also starting from the crypto_pwhash but resulting in a 32 bit key): ``` let privateKey = new...
thx @akhan619 - I'll check it out but it look great. thank you for the extended explanation
I saw your posting while I was going to write about a similar issue and with your posting I solved it. I think the documentation or callback naming is misleading....
Hey @Telroshan , I am sorry I haven't seen your reply earlier. And my example code was trashed by github. This was my original example: https://jsfiddle.net/et4j60bp/ I can confirm, when...
Thank you - maybe I'll give it a try. Would be interesting to learn more about htmx by trying ... Edit: The bug prevails also when the elements are inside...
(EDIT: works when m is not global) Get the also a llvm error Odin: dev-2024-08:d41028176 OS: Ubuntu 22.04.4 LTS, Linux 6.8.0-40-generic CPU: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz RAM:...
Hi @Telroshan thank you very much for your feedback. It's my first PR I highly appreciate it :) I'll work on that later today or tomorrow Br
Hi, @Telroshan I rebased it against dev. About your other comments: > I'm worried about this sentence > adapted the existing tests in internal to work with the adapted function...