'openssl 암호화'에 해당되는 글 1건

  1. 2013.11.25 openssl 을 이용한 암호화 방법

Encryption은

openssl aes-256-cbc -in input.txt -out output.enc



Decryption은

openssl aes-256-cbc -d -in output.enc -out input.txt

 

 

'리눅스 > 스크립트/유틸' 카테고리의 다른 글

[screen] detached된 세션 죽이기  (0) 2014.02.17
[Makefile] 다른 makefile 포함  (0) 2013.12.30
GDB  (0) 2013.09.24
[Makefile] overriding target 관련 warning 메세지  (0) 2013.09.02
[byobu] vertical line 없애기  (0) 2013.09.01
Posted by code cat