2010년 2월 1일 월요일

How to use openssl

Encryption
ex) openssl enc -des3 -salt -k 1234 -in filename -out filename.des3

Decryption
ex) openssl des3 -d -in filename -out filename

댓글 없음:

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...