mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 18:09:41 -04:00
- src/borg/crypto/low_level.pyx: implement `argon2_hash` using OpenSSL's `EVP_KDF` API for ARGON2 (requires OpenSSL >= 3.2.0). - src/borg/crypto/key.py: switch to the native `argon2_hash` implementation, removing `argon2-cffi` dependency. - setup.py: require OpenSSL >= 3.2.0 for the crypto extension to ensure ARGON2 KDF support is available. - pyproject.toml: drop `argon2-cffi` dependency. - docs: update installation requirements and security documentation to reflect the transition to OpenSSL for Argon2. |
||
|---|---|---|
| .. | ||
| data-structures.rst | ||
| encryption-aead.odg | ||
| encryption-aead.png | ||
| frontends.rst | ||
| object-graph.odg | ||
| object-graph.png | ||
| packs.rst | ||
| security.rst | ||
| structure.odg | ||
| structure.png | ||