This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
LiuFan
/
PrivacyScanData
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
dev-lf
lsn
master
PrivacyScanD...
/
Target
/
Pseudonym
/
main_17.py
main_17.py
99 B
Lien permanent
Historique
Raw
1
2
3
def pseudonymize_4(self, s):
sl = len(s) / self.__byte
return struct.unpack('<%dh' % sl, s)