The salt-creation tag has no wiki summary.
3
votes
1answer
183 views
Salting a password - are there better options than using a timestamp?
I'm currently building a couple of ASP.NET MVC 2 sites, and am wondering what my options are for salting a password. With my PHP work, I usually just obtained the timestamp of when a user registered, ...
2
votes
7answers
975 views
How to generate a random, long salt for use in hashing?
What is a way in PHP to make a random, variable length salt for use in hashing? Let's say I want to make a 16-character long salt - how would I do it?
0
votes
1answer
402 views
Creating salt with Portable PHP password hashing framework
I'd like to use Portable PHP password hashing framework to hash passwords. But I find that its demos don't use salt for hashing a password. But it use a dummy salt for checking password which I find ...
-1
votes
1answer
57 views
Salt location , salt hiding
i have a question regarding the following scenario:
I want to use jasypt to encrypt my password and use a certain salt for encryption.
Does it make sense(or is there any security implication) if :
...