07-25-2014, 07:02 PM
I guess you're right. I took a quick look at the ruby sources:
On the other hand, it seems to be a fixed length.
Please post a trac ticket
Code:
# Returns a 128bits random salt as a hex string (32 chars long)
def self.generate_salt
Redmine::Utils.random_hex(16)
end
On the other hand, it seems to be a fixed length.
Please post a trac ticket