Add salt to IP-Hashes #118
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#118
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While using per-IP salts is way over-kill, creating a server-unique secret in the config to salt IP's with probably isn't a bad idea, especially considering the bare MD5 hashing that happens over IP's now isn't nearly as robust as we'd like...
changed the description
changed the description
Added instance-unique salt to IP Hashes:
cc5c63d3b1