]
Darran Lofthouse resolved ELY-40.
---------------------------------
Resolution: Done
Split the Base64 util methods out of PasswordUtils
--------------------------------------------------
Key: ELY-40
URL:
https://issues.jboss.org/browse/ELY-40
Project: WildFly Elytron
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Utils
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Beta1
The PasswordUtils class is risking becoming one big general purpose util for password
parsing - this in itself has risks as password types can be represented in a number of
different ways - some of this should even be down to the realm accessing the backing store
to identify the approaches actually supported.
However initially Base64 is something that is general and should be split out for general
re-use.