base 64 암호 화 및 복호화

http://snailwarrior.blog.51cto.com/680306/142472/
2. 표준 입력 에서 파일 내용 읽 기, base 64 인 코딩 및 표준 출력 으로 출력
[root@localhost test]# base64snailwarriorc25haWx3YXJyaW9yCg==
snail warrior 를 입력 하고 차 로 돌아 가 Ctrl + D 를 누 르 면 파일 입력 을 끝 냅 니 다.
 
3. 문자열 "snail warrior" 인 코딩 을 표준 출력 으로 출력 합 니 다.
[root@localhost test]# echo "snailwarrior" | base64c25haWx3YXJyaW9yCg==
 
4. Base 64 디 코딩
[root@localhost test]# echo "snailwarrior" | base64 | base64 -dsnailwarriorbase64: invalid input
 
http://www.centoscn.com/CentosBug/osbug/2013/0813/1229.html
RHEL 5 가 가지 고 있 는 base 64 도 구 는 BUG, base 64 디 코딩 시 알 수 없 는 오류 가 발생 했 습 니 다: base 64: invalid input.원본 패키지 컴 파일 설치 사용:
 
wget http://www.fourmilab.ch/webtools/base64/base64-1.5.tar.gz
tar zxf base64-1.5.tar.gz
cd base64-1.5
./configure
make && make -n install

base64 -d gfwlist.txt gfwlist_base64.txt

이 물건 의 배치 가 잘못된 것 같 습 니 다. 그래도 안 됩 니 다.
 
하지만 압축 해제 후 경로 에서 직접 처리 할 수 있 습 니 다.
[root@localhost base64-1.5]# echo "snailwarrior" | ./base64 | ./base64 -dsnailwarrior
여기 base 64 - 1.5 폴 더 예요.

좋은 웹페이지 즐겨찾기