Changes between Initial Version and Version 1 of EsercizioPython
- Timestamp:
- Oct 6, 2014, 6:37:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EsercizioPython
v1 v1 1 Un informatore ha rivelato alcuni [http://pastebin.com/raw.php?i=Kmnd6aPp dati sensibili] relativi ad una macchina UNIX. Sapete scoprire almeno una delle password? 2 3 Allo scopo possono essere utili i moduli Python `crypt`, `urllib2`, `itertools` oltre che le operazioni fondamentali su liste e stringhe. Una lista di parole inglesi è raggiungibile [https://raw.githubusercontent.com/eneko/data-repository/master/data/words.txt qui]. 4 5 (Esercizio tratto da [http://www.anobii.com/books/Violent_Python/9781597499576/pi525d284de5a2f1ad T.J. O'Connor, Violent Python]) 6 7 8 SoluzioneEsercizioPython