Lukas Prokop, pygraz, Nov 2014
java -cp "iaik_jce_full.jar:jython-standalone-2.7-b2.jar" \ org.python.util.jython file.py
If a vulnerability is published, exploits occur fast.
Are your crypto algorithms implemented properly?
Who fixes published vulnerabilities in your software stack? How fast?
Whom do you trust not to screw up?
Do you trust Sun?
Do you trust the Python Software Foundation?
Let's make algorithms exchangable!
Python Software Foundation | hashlib |
Dwayne C. Litzenberger, et al | pycrypto |
several volunteers | cryptography |
[NaCl:] djb, Tanja Lange, Peter Schwabe | pynacl |
[Security, Security::Cryptography] matches 333 packages
(as of Aug 2014)
It even has a Wikipedia article 😀
… Name : IAIK Information : IAIK Security Provider v5.2, evaluation version Version : 5.2 Name : SUN Information : SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS keystore; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration) Version : 1.7 Name : SunRsaSign Information : Sun RSA signature provider Version : 1.7 Name : SunJSSE Information : Sun JSSE provider(PKCS12, SunX509 key/trust factories, SSLv3, TLSv1) Version : 1.7 Name : SunJCE Information : SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) Version : 1.7 Name : SunJGSS Information : Sun (Kerberos v5, SPNEGO) Version : 1.7 …
See standard names list
… Algorithm : IAIK: SecureRandom.SHA1PRNG -> iaik.security.random.SecRandomSpi$SHA1RandomSpi Algorithm : IAIK: SecureRandom.SHA384PRNG -> iaik.security.random.SecRandomSpi$SHA384RandomSpi Algorithm : IAIK: SecureRandom.SHA512PRNG -> iaik.security.random.SecRandomSpi$SHA512RandomSpi … Algorithm : IAIK: MessageDigest.KECCAK224 -> iaik.security.md.KECCAK224 aliases: [KECCAK-224] Algorithm : IAIK: MessageDigest.KECCAK256 -> iaik.security.md.KECCAK256 aliases: [KECCAK-256] Algorithm : IAIK: MessageDigest.KECCAK384 -> iaik.security.md.KECCAK384 aliases: [KECCAK-384] Algorithm : IAIK: MessageDigest.KECCAK512 -> iaik.security.md.KECCAK512 aliases: [KECCAK-512] … Algorithm : IAIK: KeyPairGenerator.DH -> iaik.security.dh.DHKeyPairGenerator aliases: [DiffieHellman, Diffie-Hellman, 1.2.840.113549.1.3.1] … Algorithm : IAIK: SecretKeyFactory.RC6 -> iaik.security.cipher.GeneralKeyFactory …
😊 Thanks!