Warning: Undefined array key "DOKU_PREFS" in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/common.php on line 2082
conversions_motdepasse_hexa [Les recettes Python de Tyrtamos]

Outils pour utilisateurs

Outils du site


conversions_motdepasse_hexa

Warning: Undefined array key -1 in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/html.php on line 1458

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
conversions_motdepasse_hexa [2008/03/17 13:26]
tyrtamos
conversions_motdepasse_hexa [2010/10/26 08:39]
tyrtamos
Ligne 28: Ligne 28:
     h=""     h=""
     for i in range(0,len(ch)):     for i in range(0,len(ch)):
-        h+=str(hex(ord(ch[i])))[2:].upper()+        h+=str(hex(ord(ch[i])))[2:].upper().zfill(2)
     return h     return h
  
Ligne 70: Ligne 70:
  
 Vous pouvez essayer tout cela sur ma calculatrice en ligne [[http://calculext.jpvweb.com]] Vous pouvez essayer tout cela sur ma calculatrice en ligne [[http://calculext.jpvweb.com]]
 +<html> 
 +<head> 
 +<style type="text/css"> 
 +<!-- 
 +body {background-image:url(fondcorps.jpg);
 +--> 
 +</style> 
 +</head> 
 +<body> 
 +</body> 
 +</html>
conversions_motdepasse_hexa.txt · Dernière modification: 2010/10/26 08:39 de tyrtamos