This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Shellmiao
/
FateWithShellmiaoComment
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
2032e77c72
Dallar
Biçim İmleri
master
FateWithShel...
/
Fate
/
python
/
federatedml
/
ensemble
/
test
/
hack_encrypter.py
hack_encrypter.py
119 B
Geçmiş
Ham
1
2
3
4
5
6
7
class HackDecrypter():
def encrypt(self, val):
return val
def decrypt(self, val):
return val