728x90
๋ฐ์ํ
import base64
str64="0cc175b9c0f1b6a831c399e2697726618277e0910d750195b448797616e091ad6f8f57715090da2632453988d9a1501b865c0c0b4ab0e063e5caa3387c1a87417b8b965ad4bca0e41ab51de7b31363a1d41d8cd98f00b204e9800998ecf8427e"
# base 64๊ตฌ๋ฌธ
str64=base64.b64encode(str64.encode('ascii'))
for i in range(1,11):
str64=base64.encodestring(str64)
str64=str64.decode("utf-8")
print(str64.replace("\n",""))
728x90
๋ฐ์ํ
'Language' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
toolhelp (0) | 2015.09.24 |
---|---|
C์ธ์ด ์ ๋ฆฌ (0) | 2015.09.22 |
arp spoofing.c (0) | 2015.09.08 |
Mac Capture.c (0) | 2015.09.08 |
blind sql injection.py (0) | 2015.09.08 |
๋๊ธ