| Python 2.2 für Einsteiger | ||
|---|---|---|
| <<< Previous | Einführung anhand von Beispielen | Next >>> |
#!/usr/bin/python
import crypt
file = open("test","r")
confdata = file.read()
file.close()
#confdata.sort()
md5(confdata)
print confdata
| <<< Previous | Home | Next >>> |
| DES - Verschlüsselung | Up | Fibonacci - Zahlen |