hashcat Forum

Full Version: Rdmine troubles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
the salt is to long (32)! max supported is 15
But remine use this salt
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