I'm adding basic secret key handling to my "batteries included"
C repo. It's libsodium.
This is because I want to encrypt and recover secrets that I'll
put into cookies and the like for doing web stuff in chicken scheme.
#c #sodium #libsodium
Communication from the #Haskell Cryptography Group: "A vulnerability in #libsodium 's validation of ed25519 elliptic curve points: You are likely not affected"
https://haskell-cryptography.org/blog/libsodium-vulnerability-ed25519-valid-points/
A Vulnerability in Libsodium
https://00f.net/2025/12/30/libsodium-vulnerability/
#HackerNews #Libsodium #Vulnerability #Security #Cybersecurity #OpenSource #TechNews
The new sodium_compat releases are out, with improved performance!
https://github.com/paragonie/sodium_compat/releases/tag/v1.23.0
https://github.com/paragonie/sodium_compat/releases/tag/v2.4.0
New sodium_compat releases.
**Pay attention to the release notes** if you use our polyfill to provide `sodium_base642bin()` with one of thee `*_NO_PADDING` constants.
For modern (PHP 8.1 and newer) systems, v2:
https://github.com/paragonie/sodium_compat/releases/tag/v2.3.0
For legacy (PHP 5.2.4 - 8.0 as well as 8.1+) systems, v1:
https://github.com/paragonie/sodium_compat/releases/tag/v1.22.0
The last 2 weeks I worked on a little project.
I had lots of fun with it.
It's a cache that is tranparently encrypted by default and it has fine-grained access control based on policies. You interact with it via a HTTP API documented with OpenAPI.
In the background it uses the fantastic #libsodium library for password hashing and encryption!
libsodium is very easy to use and I can whole heartedly recommend it!
Maybe it'll be useful to some of you: https://github.com/hw0lff/senke
Have fun! 
A transparently encrypted cache accessible via a simple HTTP API. By default, all data is encrypted at rest, and access is controlled through simple, policy-based access control lists. - hw0lff/senke
I'm trying my hand at libsodium at the moment, but it can be quite nerve-wracking.
so i documented this whole #brew #libsodium issue here: https://github.com/stef/pysodium/issues/116
and in my perspective this is something that should be fixed by brew and python ctypes, not every downstream module that uses ctypes to bind libraries. thanks for all the insightful inputs to my scream for sanity
Hello, I am developing using Mac and Debian.(macOS sonoma 14.5) I installed libsodium, but the search for the line below doesn't work well, and the error message on line 35 is returned. libsodium i...