Skip to content

Instantly share code, notes, and snippets.

@hellok
Last active December 17, 2015 06:58
Show Gist options
  • Save hellok/5569149 to your computer and use it in GitHub Desktop.
Save hellok/5569149 to your computer and use it in GitHub Desktop.
rsa
http://www.voidspace.org.uk/python/modules.shtml#pycrypto
http://rdist.root.org/2009/10/06/why-rsa-encryption-padding-is-critical
use GCD algorithm to break weak random
https://en.wikipedia.org/wiki/RSA_(algorithm)#Importance_of_strong_random_number_generation
RSA Common Modulus Attack:https://dspace.ist.utl.pt/bitstream/2295/1066149/1/dissertacao.pdf
Fermat's factorization
http://gdata-python-client.googlecode.com/hg/pydocs/gdata.Crypto.Util.number.html
@hellok
Copy link
Author

hellok commented May 16, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment