-
Hi, I'm trying to add an action to hash passwords more easily, but I encountered some problems:
#### For the "Hash Password Package" action
It works, but I need to find a way to reinstall the pack…
-
Hi,
Here’s just a friendly suggestion for y’all:
Your app currently handles user passwords without securely hashing them, which might pose a significant security risk. To protect your users' data, y…
-
Update the user authentication system to hash passwords before storing them. This will enhance security by ensuring that user passwords are not stored in plain text. Implement password hashing and upd…
-
Side Project [ Inside ] 진행 중,
USER_PW를 해싱하여 정보를 암호화 하는데 있어서 변환 및 출력이 가능함을 확인했지만,
해당 테이블 컬럼에 데이터 삽입이 안되는 현상을 발견함.
-
Hello,
Thanks for Dashy this is a very nice looking project. But
Hashing passwords with SHA256 alone is not sufficient for secure password storage. Here's why:
1. Speed: SHA256 is designed to be fa…
-
USER_PW를 해싱하여 정보를 암호화 하는데 있어서 변환 및 출력이 가능함을 확인했지만,
해당 테이블 컬럼에 데이터 삽입이 안되는 현상을 발견함.
-
**Is your feature request related to a problem? Please describe.**
Thoughts on supporting something such as `Bun.password` - https://bun.sh/docs/api/hashing ?
**Describe the solution you'd like*…
-
SHA-1 Isn't recommended you should use password_hash and password_verify for storing passwords.
ghost updated
2 months ago
-
Storing passwords in plaintext is a very bad idea.
-
[OWASP password hashing algorithms](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#password-hashing-algorithms)