VirtualTam's bookmarks

  1. “Les mots de passe sont aléatoires, mais pas au sens cryptographique du terme. On prend des mots de passe auquel un attaquant ne penserait pas tout de suite.”

    Oué, comme :

    • admin / admin (Livebox bonjour !)
    • <service> / <service> ou <service>admin / <service>admin (intégrateur de choc bonjour !)
  2. To import a certificate to a Java keystore:

    $ keytool -import -alias <alias> -file <file>.crt -keystore <keystore>

    Example (Linux w/ OpenJDK 7):

    $ /usr/lib/jvm/java-7-openjdk-amd64/bin/keytool -import -alias <alias> -file <file>.crt -keystore /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/cacerts

  3. Arriving Summer 2015... and provided by the ISRG (Internet Security Research Group: Mozilla, Cisco, EFF...)

  4. Cryptography II 2013-08-21

    Learn about the inner workings of cryptographic primitives and protocols and how to apply this knowledge in real-world applications.

  5. Cryptography I 2013-08-21

    Learn about the inner workings of cryptographic primitives and how to apply this knowledge in real-world applications!

  6. A nice selection of books dealing with cryptography and cryptanalysis.