Author Archives: apollo89

About apollo89

아폴로89 입니다.

osx pip install 시 Operation not permitted 에러 발생

error: could not create ‘/System/Library/Frameworks/Python.framework/Versions/2.7/share’: Operation not permitted 에러 발생… 원인을 찾아보니.. MacOS X El Capitan 이후 추가된 기능인 ‘시스템 무결성 보호(SIP:System Integrity Protection)’ 때문인듯 하다. 이는 시스템 파일과 폴더를 수정할 가능성을 사전에 차단해 악성 소프트웨어로부터 Mac을 보호해 주는 기능이다. … Continue reading

Posted in Python/Ruby/Perl | Leave a comment

CryptoJS SHA256

Posted in Javascript/Html | Leave a comment

Node.js 에서 암복호화 하기

AES 방식(Key)

http://oraclejavastudy.tistory.com/entry/Nodejs-%EA%B0%95%EC%A2%8C-%EC%9E%90%EB%A3%8C-crypto-%EB%AA%A8%EB%93%88 RSA 방식(public.key, private.key)

http://indienote.tistory.com/253

Posted in node.js | Leave a comment