Last active
December 16, 2015 17:09
-
-
Save sng2c/5468589 to your computer and use it in GitHub Desktop.
PAR 암호화
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -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