ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

[Proposal] AES256 encryption for SCM and LDAP passwords

Added by Eric Davis at 2011-04-16 11:54 pm

d88fa6c brought in optional AES256 encryption for SCM and LDAP passwords. Can someone with more security and encryption experience review the code to make sure it really is secure and correct?

We might be able to remove some of the code if we use a library/gem. I've used crypt before and it was pretty simple to integrate.

Eric Davis