MCPcopy Create free account
hub / github.com/Apress/practical-cryptography-in-python / rsa_oracle_attack.py

File rsa_oracle_attack.py

src/rsa_oracle_attack.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import time, sys
2from cryptography.hazmat.primitives.asymmetric import rsa, padding
3from cryptography.hazmat.primitives import serialization
4from cryptography.hazmat.primitives import hashes

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected