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 |