paranoid_crypto icon indicating copy to clipboard operation
paranoid_crypto copied to clipboard

Paranoid's library contains implementations of checks for well known weaknesses on cryptographic artifacts.

Results 10 paranoid_crypto issues
Sort by recently updated
recently updated
newest added

Hello, I tried following the docker installation in the project readme, but it is not able to complete successfully on my M1 Macbook Pro. I don't have a non-M1 machine...

Prompt missing parannoid_ Pd2 cannot be imported Request guidance! thanks! ![微信图片_20220922083630](https://user-images.githubusercontent.com/76422270/191633628-e58667b3-2a14-4db9-b55b-b0901ad6ff2c.jpg)

It would be nice if this can be packaged as a PYPI module so other Python applications can easily use it, plus it will also make the dependency management easier.

It would be very helpful if you could tag releases. This would enable distributions to keep track easier of new releases. Thanks

Here's the update/port to gmpy2 (replacing gmpy) that we discussed in #19. There's one open to discuss before merging, and a couple of notes: 1. [OPEN] As mentioned in the...

Fisrt of all, thank you for releasing this library, I think it's quite valuable for the eternal quest of better-quality crypto implementations. The library install/build process fails on newer distros...

Most ECDSA signatures can be analyzed with just the sig_info information, the exception is CheckIssuerKey that uses issuer_key_info. Also, when you run paranoid.CheckAllECDSASigs, the doc string says you need "at...

I see there's been a bunch of commits with a boilerplate "No public description" commit message. There were similar "Internal change" ones in the past. These make it unnecessarily harder...

Commit b455d4b8fda16a404250694639d4fa7785f13394 seems to reapply the gmpy2 porting PR alng with some reformatting. I've also noticed some pylint references in comments when analyzing the library code a while ago. Would...