728x90
Base64 인코딩(Base64 디코딩)
Base64 인코딩
echo -n 'admin:admin' | base64
YWRtaW46YWRtaW4=
Base64 디코딩
echo -n 'YWRtaW46YWRtaW4=' | base64 --decode
admin:admin
BASE64 Decode and Encode
Base64 Encode and Decode - Online
Encode to Base64 format or decode from it with various advanced options. Our site has an easy to use online tool to convert your data.
www.base64encode.org
728x90
'리눅스' 카테고리의 다른 글
| [draft] 리눅스 스왑 메모리(Swap Memory) (0) | 2025.12.17 |
|---|---|
| [draft] 우분투에서 스왑 메모리를 설정하는 방법 (0) | 2025.12.17 |
| [draft] hdparm 설치 및 hdparm 도구로 디스크의 읽기/쓰기 속도를 측정하는 방법 (0) | 2025.12.17 |
| [draft] 리눅스에서 네트워크 어댑터의 MTU를 변경하는 방법 (0) | 2025.12.17 |
| [draft] cgroup 버전 확인 (0) | 2025.12.17 |