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
Encode is an inaccurate term for what is actually done in the security component. Hash is the correct term.
I hope you agree that documenting the use of the term in the Symfony context was a temporary solution.
Symfony 5.4 would be a good time to rename all classes where encode is used and actually hash is done. The use of old names can be deprecated, and then removed in Symfony 6.0
The text was updated successfully, but these errors were encountered:
xabbuh
added
RFC
RFC = Request For Comments (proposals about features that you want to be discussed)
Security
labels
Jan 3, 2021
TavoNiievez
changed the title
Symfony 6 may be the perfect opportunity to change Encode to Hash
Change Encode to 'Hash' to avoid any confusion
Jan 4, 2021
TavoNiievez
changed the title
Change Encode to 'Hash' to avoid any confusion
Change Encode to Hash to avoid any confusion
Jan 4, 2021
derrabus
changed the title
Change Encode to Hash to avoid any confusion
[Security] Change "Encode" to "Hash" to avoid any confusion
Jan 4, 2021
As mentioned:
Originally posted by @javiereguiluz in #17857 (comment)
Encode
is an inaccurate term for what is actually done in the security component.Hash
is the correct term.I hope you agree that documenting the use of the term in the Symfony context was a temporary solution.
Symfony 5.4 would be a good time to rename all classes where
encode
is used and actuallyhash
is done. The use of old names can be deprecated, and then removed in Symfony 6.0The text was updated successfully, but these errors were encountered: