PyPinkSign icon indicating copy to clipboard operation
PyPinkSign copied to clipboard

PinkSign – a friendly Python library for NPKI (공동인증서, 구 공인인증서) certificates 🔑

Results 3 PyPinkSign issues
Sort by recently updated
recently updated
newest added

### Description: In the PyPinkSign v0.5.1,it is a friendly Python library for NPKI. It utilizes a non-random or static IV for Cipher Block Chaining (CBC) mode in AES encryption. Using...

Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....

dependencies

안녕하세요. 현재 PyPinkSign 프로젝트의 cryptography 패키지 버전 의존성은 38.0.3 입니다. 그런데 해당 cryptography 버전에는 아래와 같이 CVE 취약점이 공개되었습니다. 따라서 42.0.4 이상의 버전으로 의존성 업그레이드가 필요할 것 같습니다. 감사합니다. --------------------...