-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hashing 라이브러리 - bcrypt는 deprecated된 참조 많아 argon2로 변경 후, npm prune으로 extraneous 정리 #22
Comments
bcrypt 해싱 알고리즘을 선택한 이유는 별 거 아니고,
한국에서는 인터넷뱅킹 해싱 표준이 SHA-256 인 것으로 알고 있다. 그래서, deprecated 된 내부 참조(?)가 많다고 해서 해싱 방식을 바꾸고 싶지는 않고 |
kelektiv/node.bcrypt.js#1038 에서 보면 현재 node.js bcrypt 라이브러리 설치할 때 항상 생기는 문제 같다. 해싱 방식을 바꾸고 싶지 않다고 했는데, 그냥 바꿔야겠다.
해싱 라이브러리가 필요하다. (조금 오래 걸려도 상관없다. admin의 비밀번호를 수정할 일은 극히 드물고, ChatGPT에게 대안을 물어보니, argon2를 추천하더라. 2개월 전에 업데이트 되었네! 차라리 argon2 알고리즘을 쓸까 싶다. |
https://dev.to/rajeshkumaryadavdotcom/removing-extraneous-npm-packages-43n4
|
No description provided.
The text was updated successfully, but these errors were encountered: