software for generating hash?
#1
hello,

is there any software for generating hash from a file for this algorithm :

bcrypt
Joomla
osCommerce, xt:Commerce
nsldap, SHA-1(Base64), Netscape LDAP SHA
nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
Oracle 11g
SMF > v1.1
OSX v10.4, v10.5, v10.6
phpass, MD5(WordPress), MD5(phpBB3)
md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
Domain Cached Credentials, mscash
descrypt, DES(Unix), Traditional DES
SHA512
OSX v10.7
Domain Cached Credentials2, mscash2
Cisco-PIX MD5
Double MD5
vBulletin < v3.8.5
vBulletin > v3.8.5
IPB2+, MyBB1.2+
Oracle 7-10g, DES(Oracle)

i use ULM but it has just MD5 SHA1 .....NTLM.

thank you.
#2
I would like to suggest learning some grammar and thinking about what this forum is supposed to be for.
sch0.org
#3
Thank you kartan, you are very courteous

If you do not want to answer close your mouth and respect people.
#4
there are examples provided by hashcat here > http://hashcat.net/wiki/doku.php?id=example_hashes

if you want to create custom hashes the best option I know of is JTR's pass_gen.pl script. you do have to install a bunch of python modules to get it working for certain hash types.
#5
thank you forumhero