부동산, 채권, 주식, 경제흐름 자료를 모아 보는 블로그입니다.

PowerShell Base64 Decoding 본문

끄적끄적

PowerShell Base64 Decoding

runardor 2016. 8. 22. 09:23

$Bytes = [System.Text.Encoding]::Unicode.GetBytes($Text)

$EncodedText =[Convert]::ToBase64String($Bytes)

$EncodedText



'끄적끄적' 카테고리의 다른 글

Python 설치후 CMD에서 Python Parameter가 안넘어 갈때  (0) 2016.08.23
PowerShell ps1 Script 실행  (0) 2016.08.22
Comments