Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sha512($salt.$pass)
09-08-2011, 10:54 AM
Post: #1
sha512($salt.$pass)
I would like to request the following hash mode:

sha512($salt.$pass)

Hash: a3b1c00fb7230637cc0c45fe43ebcd704b2025400815c38d2473b5235ad878d3efd260b5e87c7fcf​dd8c6450111bd3f81b07135f00f241e15dbe4e2d1b544c65
Salt: 17qefgo3r6lcl
Password: fuckyou110
Find all posts by this user
09-08-2011, 02:11 PM
Post: #2
RE: sha512($salt.$pass)
OK, lets see how the demand is
Visit this user's website Find all posts by this user
09-08-2011, 02:18 PM
Post: #3
RE: sha512($salt.$pass)
The demand is low I guess. I never saw this kind of hashing before.
Find all posts by this user
02-24-2012, 04:21 PM (This post was last modified: 02-24-2012 04:22 PM by atom.)
Post: #4
RE: sha512($salt.$pass)
since i have added mac osx 10.7 i can do this easily, too, its the same algorithm. however i dont want to add generic hash-types.

please tell me which os-software/forum-software you have this hash from.
Visit this user's website Find all posts by this user
02-27-2012, 10:17 PM
Post: #5
RE: sha512($salt.$pass)
Django uses this PSA.
Find all posts by this user
02-28-2012, 11:06 AM
Post: #6
RE: sha512($salt.$pass)
OK, can you tell me more about it? Is it the default in django? Whats the maximum length and since which version is it inside there?
Visit this user's website Find all posts by this user
02-29-2012, 06:28 PM
Post: #7
RE: sha512($salt.$pass)
Sorry I was wrong. This is not sha512(Django) its just normal sha512($salt.$pass). Django uses a different format.
Find all posts by this user
05-08-2012, 03:54 PM
Post: #8
RE: sha512($salt.$pass)
SHA-512($salt.$pass) finished

see /beta
Visit this user's website Find all posts by this user
08-10-2012, 02:58 AM
Post: #9
RE: sha512($salt.$pass)
(05-08-2012 03:54 PM)atom Wrote:  SHA-512($salt.$pass) finished

see /beta

i can't find format SHA-512($salt.$pass)
only SHA-512($pass.$salt)

What am I doing wrong?
Find all posts by this user
08-10-2012, 11:11 AM
Post: #10
RE: sha512($salt.$pass)
Will be added with next oclHashcat-plus release
Visit this user's website Find all posts by this user