Vous ne pouvez pas modifier cette page, pour les raisons suivantes :
Documentation:
== Rendu == == Code == <syntaxhighlight lang="python"> #!/usr/bin/env python # -*- coding: utf8 -*- import Image import math compteur = 0 cote = 3162 rendu = Image.new('RGB', (cote , cote), "black") def draw_pixel(mdp, color ): if mdp == ligne[1] : rendu.putpixel((column, line), color) with open ("10-million-combos.txt", 'r') as base: for ligne in base: ligne = ligne.rstrip('\n\r').split("\t"); line = compteur/cote column = compteur%cote try: draw_pixel("1234", (0, 255, 0)) draw_pixel("12345", (0, 0, 255)) draw_pixel("123456", (0, 255, 255)) draw_pixel("1234567", (255, 255, 0)) draw_pixel("12345678", (255, 0, 255)) draw_pixel("123456789", (255, 0, 0)) draw_pixel("1234567890", (255, 255, 255)) except: pass compteur += 1 rendu.save("rendu.png") </syntaxhighlight> == Ressource == Le fichier torrent relatif au dump est disponible au bas cet [https://xato.net/passwords/ten-million-passwords/ article].
Résumé :
Modification mineure Suivre cette page
Annuler