Skip to content

Instantly share code, notes, and snippets.

@alex
Last active August 29, 2015 14:19
Show Gist options
  • Save alex/233c3e3498a459c55a6c to your computer and use it in GitHub Desktop.
Save alex/233c3e3498a459c55a6c to your computer and use it in GitHub Desktop.
0,’Ò_!>[Fþù7~e…A£ë-ع¿³MÆ)rUÃ+¦¼Œ€Vå
import sys
import afl
from cryptography.hazmat.primitives.asymmetric.utils import decode_rfc6979_signature
afl.start()
try:
decode_rfc6979_signature(sys.stdin.read())
except ValueError:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment