cloudstack/ui
Hugo Trippaers bd58ceccd8 Summary: Make the authenticator responsible for encoding the password and add a SHA256 salted authenticator
The authenticators now have an encode function that cloudstack will use to encode the user supplied password before storing it in the database. This makes it easier to add other authenticators with other hashing algorithms. The requires a two step approach to creating the admin account at first start as the authenticators are only present in the management-server component locator.

The SHA256 salted authenticator make use of this new system and adds a hashing algorithm based on SHA256 with a salt. This type of hash is far less susceptible to rainbow table attacks.

To make use of these new features the users password will be sent over the wire just as he typed it and it will be transformed into a hash on the server and compared with the stored password. This means that the hash will not go over the wire anymore.

The default authenticator in components.xml is still set to md5 for backwards compatibility. For new installations the sha256 could be enabled.
2012-10-30 12:56:56 +01:00
..
css Add new infrastructure icons 2012-10-26 13:33:38 -07:00
images Add new infrastructure icons 2012-10-26 13:33:38 -07:00
lib (1) CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions. 2012-06-21 12:13:41 -07:00
scripts Summary: Make the authenticator responsible for encoding the password and add a SHA256 salted authenticator 2012-10-30 12:56:56 +01:00
tests License header updates for the UI folder 2012-08-03 12:45:47 -04:00
dictionary.jsp Quickview UI: Localize string 'Quickview' 2012-10-18 11:03:24 -07:00
index.jsp Add new infrastructure icons 2012-10-26 13:33:38 -07:00