Paragon Initiative Enterprises (@paragonie) 's Twitter Profile
Paragon Initiative Enterprises

@paragonie

Technology Consulting, Code Review, Application Development. #appsec #infosec #cryptography #crypto #php

ID: 3103197220

linkhttps://paragonie.com calendar_today21-03-2015 23:45:46

970 Tweet

1,1K Followers

56 Following

Paragon Initiative Enterprises (@paragonie) 's Twitter Profile Photo

We've been trying to fix PHPECC since 2021, but there has been little-to-no response from the maintainers since 2018. e.g. github.com/phpecc/phpecc/…

Paragon Initiative Enterprises (@paragonie) 's Twitter Profile Photo

Given the prevalence of software (especially cryptocurrency-adjacent) that relies on this code, we thought we'd take it over and provide a better story for its security. So we forked it.

Paragon Initiative Enterprises (@paragonie) 's Twitter Profile Photo

However, this library is still rather low-level, so you're better off using github.com/paragonie/easy… instead. The API for EasyECC is much simpler, easier to get right, and harder to get wrong.

Paragon Initiative Enterprises (@paragonie) 's Twitter Profile Photo

The latest release of EasyECC uses our PHPECC fork. Additionally, it prevents and rejects malleable ECDSA signatures and opts for constant-time algorithms when secret keys are involved.

Open Source Security mailing list (@oss_security) 's Twitter Profile Photo

Security Issues, Abandonment, and Fork of PHP ECC library (mdanter/ecc, phpecc/phpecc) openwall.com/lists/oss-secu… The project "has not responded to our attempts to fix security issues from the year 2021" so "we opted to fork this library." by Paragon Initiative Enterprises

Paragon Initiative Enterprises (@paragonie) 's Twitter Profile Photo

The description the NVD published CVE-2024-33851 is unfortunately misleading. See the note at the top of github.com/paragonie/phpe… for specific details.

Frank ⚡ (@jedisct1) 's Twitter Profile Photo

Just released a new version of libaegis, as well as the rust bindings github.com/jedisct1/libae… - Easy-to-use, high security, high performance authenticated encryption. Now with convenient helpers to use it as a MAC, and workarounds for LLVM18 regressions. github.com/jedisct1/libae…

Diego F. Aranha 🕷️ (@dfaranha) 's Twitter Profile Photo

To whoever is working on "image encryption" out there: - Your custom stream cipher using chaotic maps is not secure or efficient - AES-CTR is not slow and does not suffer from weak entropy problems (WTF) - Floating point is not great for cryptography (sorry, Falcon folks!)