Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What Hash Formats Should We Support? #1

Open
nullthreat opened this issue Nov 22, 2013 · 6 comments
Open

What Hash Formats Should We Support? #1

nullthreat opened this issue Nov 22, 2013 · 6 comments

Comments

@nullthreat
Copy link
Collaborator

No description provided.

@mubix
Copy link
Owner

mubix commented Nov 24, 2013

sha512crypt
Oracle 10g
Oracle 11g
Microsoft SQL
DES Unix

@nullthreat
Copy link
Collaborator Author

Can you track down a lib or methods that can be used for these while I continue to build out the functionality

@mubix
Copy link
Owner

mubix commented May 1, 2014

For SHA512crypt you can use:

"passwordhere".crypt('$6$somesalt')

But I don't think that would be useful unless there is a default salt.

@mubix
Copy link
Owner

mubix commented May 1, 2014

For Oracle 11 and <10 we would need to search for stuff:

Here is a python library that does it: http://pythonhosted.org/passlib/lib/passlib.hash.oracle11.html

@mubix
Copy link
Owner

mubix commented May 1, 2014

Actually a lot of those examples would work:
http://pythonhosted.org/passlib/lib/passlib.hash.html

@mubix
Copy link
Owner

mubix commented May 1, 2014

Oracle passwords at some version are salted with the SID or Username, We should default to SYS account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants