You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use alphanumeric password instead of hexadecimal
- Use upper/lower/numeric (a-z, A-Z, 0-9) for better entropy
- Still avoids special characters that cause shell escaping issues
- More secure than hexadecimal-only passwords
0 commit comments