Tagged Questions
1
vote
1answer
34 views
Hash a value with itself as salt
I'm developing an application where users can search for other users that are already registered with their email. But because I don't want people to send me the addresses of their whole contact book ...
0
votes
1answer
2k views
Understanding and cracking salted sha512 hashes
On Ubuntu 12.04 I created several users and passwords, then promptly proceeded to try to crack those passwords with John the ripper. One password is very strong, but the others are in my wordlists.
...
1
vote
1answer
360 views
Hashed and Salt with CAPICOM ? SHA 512 using asp-classic
I would like to know if this method is safe to use for login since this is the only one I found that is easy to understand and that it is in asp-classic so that I a noob can understand and add to the ...
0
votes
0answers
22 views
Recommended salt length [duplicate]
Possible Duplicate:
What is the optimal length for user password salt?
What is the recommendations for the length of the salt value when hashing password? I have seen anything from 10 to ...
0
votes
2answers
1k views
Best practice for hashing passwords - SHA256 or SHA512?
I am currently using SHA256 with a salt to hash my passwords. Is it better to continue using SHA256 or should I change to SHA512?
1
vote
2answers
103 views
Why should't I use an encryption salt I enter myself and use a function to randomize a salt for me?
I am just typing a salt and on php documentations, people always use some random variable function. What is the disadvantage of typing a salt instead of generating it?
0
votes
2answers
699 views
clarification for crypt SHA-512 algorithm (c#)
EDIT: Sorry I forgot to mention, I'm not using the implemented sha512 crypt because as far as I can tell it doesn't involve a salt value or a specified number of rounds to compute the hash with.
Okay ...
0
votes
1answer
236 views
converting java sha512crypt to c#
I am trying to duplicate the following JAVA code into C# but I don't think I'm doing it right o_o
(The code is taken from ftp://ftp.arlut.utexas.edu/pub/java_hashes/Sha512Crypt.java)
JAVA variables:
...
7
votes
4answers
2k views
php salt my passwords per user sha512 - am I doing this right?
I'm trying to correctly do a per user and site wide salt for my passwords. Here's what I've got:
require('../../salt.php'); //this is above the web root and provides $salt variable
$pw = ...
4
votes
2answers
2k views
Problems with Python MD5, SHA512 (+salt) encryption
I'm trying to understand how does Linux encrypt our password on the etc/shadow file, so I've dont a new virtual 'test' user to make some test:
user: newuser
password: usrpw123
Generated salt: ...