Skip to content

Instantly share code, notes, and snippets.

@sng2c
Last active December 16, 2015 17:09
Show Gist options
  • Save sng2c/5468589 to your computer and use it in GitHub Desktop.
Save sng2c/5468589 to your computer and use it in GitHub Desktop.
PAR 암호화
# -T 는 임시디렉토리 명시
# -B 는 Core 모듈도 포함
pp -f Crypto -F Crypto -M Filter::Crypto::Decrypt -B -T partmp -o test1 test.pl
pp -f Crypto -F Crypto -M Filter::Crypto::Decrypt -B -o test1 test.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment