02-29-2012, 06:26 PM
Im sorry. I guess this isn't SHA-256(Django). It must be something else. Django is similar but the hashes use a different format.
Django:
http://code.djangoproject.com
http://code.djangoproject.com/attachment...format=raw
This are simple SHA-256($salt.$pass). However I still didn't manage to find any software which uses this kind of algorithm. All I got told is that it is used by many frameworks.
Django:
http://code.djangoproject.com
http://code.djangoproject.com/attachment...format=raw
This are simple SHA-256($salt.$pass). However I still didn't manage to find any software which uses this kind of algorithm. All I got told is that it is used by many frameworks.