Rdmine troubles
#1
Hello. Try to crack redmine hashes (7600) but it does not work.
For example:
Quote:fae9cd8480204b5b93cc20101a63783a2c3a8ffa:7c2a25113b3159b78776074c24be5d12:whocares
Last cudaHashcat can`t find this pass.
#2
the salt is to long (32)! max supported is 15
#3
But remine use this salt
#4
I guess you're right. I took a quick look at the ruby sources:

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