๐’ƒ๐’†๐’‚๐’–๐’•๐’š ๐’Š๐’๐’•๐’†๐’๐’๐’Š๐’ˆ๐’†๐’๐’•
Published 2015. 9. 8. 18:11
base 64 encoding Language
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
profile

๐’ƒ๐’†๐’‚๐’–๐’•๐’š ๐’Š๐’๐’•๐’†๐’๐’๐’Š๐’ˆ๐’†๐’๐’•

@๐“›๐“พ๐“ฌ๐“ฎ๐“ฝ๐“ฎ_๐“ข๐“ฝ๐“ฎ๐“ต๐“ต๐“ช

ํฌ์ŠคํŒ…์ด ์ข‹์•˜๋‹ค๋ฉด "์ข‹์•„์š”โค๏ธ" ๋˜๋Š” "๊ตฌ๋…๐Ÿ‘๐Ÿป" ํ•ด์ฃผ์„ธ์š”!

profile on loading

Loading...