Can you derive a NaCl key pair from an audio file?
Yes, of course.
Is that secure?
I wouldn't use it in a production environment, but it's fun.
Can you derive a NaCl key pair from an audio file?
Yes, of course.
Is that secure?
I wouldn't use it in a production environment, but it's fun.
LastSignal: Rails 8 기반의 자가 호스팅형 E2EE 종말 스위치
사용자의 정기적인 이메일 체크인이 중단될 경우, 미리 작성된 암호화 메시지를 지정된 수신자에게 자동으로 전달하는 자가 호스팅 시스템이다.
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