728x90
반응형
Linux에서 특정 복호화툴(Tool)이 아닌 커맨드라인(Command Line)모드를 통한 Base64 복호화를 해보도록 하자
1. 사용 옵션
$ base64 --help
Usage: base64 [-dhvD] [-b num] [-i in_file] [-o out_file]
-h, --help display this message
-D, --decode decodes input
-b, --break break encoded string into num character lines
-i, --input input file (default: "-" for stdin)
-o, --output output file (default: "-" for stdout)
2. 사용 예제
$ echo VGVzdEJhc2U2NA== | base64 --decode
TestBase64
728x90
반응형
'+ OS > Linux & Unix' 카테고리의 다른 글
[Solaris] 네트워크 설정 (0) | 2019.10.08 |
---|---|
[Solaris] 시스템 종료 및 재부팅 명령어 (0) | 2019.10.08 |
[Linux & Unix] i-number(아이노드 번호)를 이용한 파일/디렉토리명 변경 하기 (0) | 2019.08.14 |
[Linux] 명령어를 통한 32Bit / 64Bit 확인 (0) | 2019.06.07 |
[Linux] Logrotate(로그 로테이트) 이용한 로그 관리 (0) | 2017.06.10 |
댓글