Cryptography function that takes random bits and a string (typically a password) and uses a one-way hash to provide a new string that can be used for authentication without providing access to the original string. If a salt function uses enough random bits, the resulting string is generally ...
1
vote
2answers
21 views
Hashing salting being performed multiple times
In a tutorial about hashing and salting password I saw the hash+salt being performed multiple times by using a for loop.
$salt = dechex(mt_rand(0, 2147483647)) . dechex(mt_rand(0, 2147483647));
...
0
votes
1answer
26 views
GWT with Apache Shiro hashed and salted
In this small tutorial I show you how to build a GWT Module which is responsible for registration and login.
The password gets hashed with Sha256 and salted.
0
votes
4answers
74 views
Generate Same Salt everytime for Same String value
I need to add a salt to a hashed column. This hashed column is also used as an index in one of the tables. I don't want to use the same hard coded salt for all values for obvious reasons.
What can ...
0
votes
1answer
20 views
Obtaining an AES “salt” from the encrypted text and the unencrypted text
So, I'm experimenting a bit with secure python programming if there is such a thing :D). This is half a real world project, and half just a training exercise. So both theory and practical advice is ...
2
votes
1answer
47 views
How does Secure User authentication work?
When a user registers I take their password and secure it using hash and salt, which is then stored to mysql DB. So when a registered user tries to login how do I check if the password is valid?
The ...
-1
votes
0answers
9 views
Image Corrupted with salt and pepper noise [closed]
I am looking for an image corrupted with salt and pepper noise naturally but not by adding it manually by a MATLAB command ex: In = imnoise(I,'salt & pepper',0.5);
If anyone has such an image ...
-1
votes
2answers
59 views
Password-based encryption fails when salt value changed [closed]
Below code uses PBE algorithm, I understand SALT array is used to add few bytes to the password provided. But when I tried to remove few elements from that array and when I run the program its giving ...
8
votes
4answers
593 views
Best Practices: Salting & peppering passwords?
I came across a discussion in which I learned that what I'd been doing wasn't in fact salting passwords but peppering them, and I've since begun doing both with a function like:
...
0
votes
3answers
33 views
Create new salt when updating user record
When updating a user record (id, username, password, salt), is it wise to also create a new salt for this record or is there no security disadvantage in always using the same salt no matter how often ...
1
vote
2answers
52 views
hack php vs database and password obfuscation
I have no view about how much percent of hacks are breaking into codes and how much percent is breaking into database. but if my guess is true and breaking into php codes is harder than hijacking ...
0
votes
0answers
27 views
Using password salt as IV in password-based encryption
I need to write a simplified encryption API that can easily deal with symmetric encryption, either by using a random generated key or a password-derived key.
The password generation is performed with ...
0
votes
0answers
12 views
how to represent in xCode a SALT_BYTES array developed in Java
I have this SALT_ARRAY in Java
private static byte[] SALT_BYTES = {(byte)0xA9, (byte)0x9B, (byte)0xC8, (byte)0x32,(byte)0x56, (byte)0x35, (byte)0xE3, (byte)0x03};
I want to get its equivalent ...
0
votes
2answers
60 views
How much entropy is there in SHA2(RAND(), 256)?
How many bits of entropy will
SELECT SHA2(RAND(), 256);
generate?
(Actual question: Is this a reasonable way of generating a random salt for a password?)
0
votes
1answer
46 views
Can we use uniqid() to generate a unique Salt in PHP
I'm using bcrypt to hash my passwords. But I would like to use some Salt with it as well. Can I use the uniqid() function to generate a unique Salt for every user? Or may be something with more ...
1
vote
1answer
43 views
bcrypt and randomly generated salts
So I was experimenting with bcrypt. I have a class(shown below, which I got from http://www.firedartstudios.com/articles/read/php-security-how-to-safely-store-your-passwords) in which there are 3 ...
2
votes
2answers
137 views
“Official statement” on php.net : CRYPT_BLOWFISH is strongest hash algorithm. Why? [closed]
According to the [early] doc pages of the new PHP 5.5 password hashing/encrypting API the used algorithm CRYPT_BLOWFISH is "strongest algorithm currently supported by PHP" (please do a full text ...
0
votes
1answer
33 views
PDO Fetching Bcrypted password?
I have been a lot of troubles with my code since I first started learning something about hashing and salting passwords. First, I learn how to "hash" passwords with MD5 (Yeah, don't do that anymore), ...
1
vote
0answers
27 views
Symfony2 version 2.0.23, login with users from database always return: 'The presented password is invalid'
I'm trying to set up 2 firewall with 2 different providers and encoders in my security.yml that looks like this:
security:
encoders:
Devsign\UserBundle\Entity\AgentUser:
...
0
votes
1answer
66 views
php mysql generate,store and match password and salt [closed]
I have a file named pbkdf2.php.
<?php
/*
* Password hashing with PBKDF2.
* Author: havoc AT defuse.ca
* www: https://defuse.ca/php-pbkdf2.htm
*/
// These constants may be changed without ...
-1
votes
1answer
36 views
Looking for a obj-c equivalent of this openSSL command [closed]
I am looking for obj-c code that is equivalent to this command
openssl enc -aes-128-cbc -k secret -P -md sha1
Once you type the above in command you get this output
salt=538C5F5ECAB7BFA2
...
-1
votes
0answers
30 views
Generate .key file using salt,key & iv
By executing this command:
openssl enc -aes-128-cbc -k secret -P -md sha1
I got:
salt = 705760957AE3FF9B
key = BB7A9DFE339E0187CD6255614CB5C584
iv = 8E113F25E75E840A8A8377A19FFC5CF4
Anybody ...
-2
votes
2answers
46 views
Salt with using Mcrypt
I'm trying to generate salt using Mcrypt's mcrypt_create_iv(), but it doesn't seems to work and I'm getting errors.
Here is my code:
<?php
$salt= substr(mcrypt_create_iv(16, ...
0
votes
0answers
32 views
JBoss salted DatabaseServerLoginModule on AS 7.1
I'm trying to set up a secure login for my application.
To achieve this I wanted to salt my hash and maybe use an iteration count.
The official forums don't seem to answer that so I was wondering how ...
0
votes
1answer
55 views
iOS App for emergency response - how to secure the data without a password?
I have a unique use case here: I need to enhance a stand-alone iPhone app "EmergencyResponse" (name changed for this post) that is used by at-risk patients. Patients/Caregivers setup the app with ...
0
votes
0answers
73 views
Salty Vagrant Master hostname: salt not found
I am trying to load my vagrant box with salt, asking it to install Apache.
I am using salty-vagrant in masterless mode.
The vagrant box get loaded but even though it stuck in the console with the ...
0
votes
1answer
85 views
How secure is storing passwords with a salt and crypt()? [duplicate]
Coding an application that needs to store user's passwords for login.
At the moment, I am using the following code:
<?php
$password = $_GET['password'];
$salt = "pepper";
$password = ...
2
votes
1answer
54 views
Returning the salt value used in PHP's new password hashing API
I'm currently implementing a webapp that leverages PHP's new (to be released as part of v5.5) password handling API. I think it's really good but I'm wondering if anyone knows why password_get_info() ...
0
votes
1answer
39 views
How to configure 'cookie::$salt' in kohana
In this part of the Kohana documentation: (http://kohanaframework.org/3.1/guide/kohana/cookies) it says I can find
Cookie::$salt = 'foobar';
In bootstrap.php.
I don't see it there. Am I just ...
1
vote
3answers
89 views
Hashing and GetString/GetBytes issue
I have the below code to hash/store/retrieve data for passwords but my first unit test and it fails.
I beleive its the Encoding causing the problem because when GetBytes is called it returns ...
0
votes
2answers
45 views
Does a salt have to be random? [duplicate]
I dont understand why the salt has to be randomly generated instead of just unique. For example, if you have a table with a user_id column (which is unique) couldnt you just tack that on to the ...
0
votes
1answer
86 views
Secure user login using java hash and salt
I have been trying for some time now but can't find an answer.... I am new to this topic so apologize if its a basic question...
How do I store user password securely and let user login?
so first ...
0
votes
2answers
138 views
Login with custom Java EE Realm
I've created a Java EE Application with glassfish and netbeans.
I installed the custom flexible jdbc Realm from here.
I followed all the instructions and used the properties which are shown ...
0
votes
1answer
77 views
Passwords MD5 encoded without salt. How to fix it?
I have a system where users can signup by Facebook or by a regular form. If user signup by Facebook, my system generates a random password, just to allow user to log-in without Facebook if he wants. ...
0
votes
1answer
32 views
javascript behavior for '\352' decimal value
while checking login page, I found the following JS code
hexMD5('\232' + document.login.password.value + '\305\334\122\134\352');
so, I am asking about \352 will it occupy one byte and hence cause ...
0
votes
0answers
31 views
After Update Mcrypt_encode and mcrypt_decode do not decode corrertly :(
I use this functions to encrypt and decrypt passwords:
public function encrypt($TEXT,$SALT)
{
return trim(base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256, substr($SALT,-32), $TEXT, ...
0
votes
0answers
141 views
Jasypt encrypted String not being able to decrypt on another machine
Our security department wants us to use 256-bit encryption to encrypt SSN, Names of Users etc, so we decided to go with JASYPT with the sample code below:
encryptor = new ...
4
votes
4answers
111 views
Junit test case
public static String generateSaltString() {
SecureRandom random = new SecureRandom();
byte[] salt = random.generateSeed(12);
return byteToBase64(salt);
}
Wondering how to write test ...
0
votes
1answer
148 views
Using encryption and salt with Zend Framework 2's Authentication
I'm sort of a beginner, but I've been trying to learn to work with Zend Framework 2. I'm using a module I cloned from a public repo to authenticate users. It uses MD5, like so:
$dbAdapter = ...
1
vote
2answers
370 views
How do I encrypt a password in Wordpress using Wordpress salt?
I want to encrypt the password being sent into the database, with the standard Wordpress salt, just like Wordpress does it when you create a new user. I know I can find my salt in the wp-config.php. ...
1
vote
1answer
126 views
PHP - Sending password salt for hashing
My database stores unique salts for every user.
I'm creating a login script in php for an application where each user has it's own unique salt and here's how I plan to implement the login.
User ...
1
vote
2answers
157 views
Generating salt with specified bit length
I got a method that's supposed to generate a 64 byte (512 bit) salt for me:
public static string GenerateSalt()
{
var rngCrypto = new RNGCryptoServiceProvider();
byte[] saltBytes = new ...
1
vote
1answer
119 views
How to create two way encode/decode methods using use-specific key - PHP?
I need two functions/methods, one to encode, one to decode. This is not for storing passwords. Each user will have a specific key/salt to encode the data.
This is how I would like it to work:
...
1
vote
1answer
97 views
Behavior of PHP's password_hash()
I have been looking into the best way to encrypt passwords for use with my panel, I decided to go ahead and use BCRYPT, simply due to the cost of each encryption and the fact that it is generally ...
2
votes
2answers
94 views
Can I Expose The Hashed Salt + Password?
I am using a SHA-512 hash 1000 times on a salt + password. Is it safe to return that when querying information about a user or should I secure it and make it available only over HTTPS?
For example, ...
2
votes
5answers
86 views
Why is saving the salt for a hashed password in the same database secure? [duplicate]
I understand the need for hashing and salting, but I do not understand how storing the salt in the same (potentially compromised) database as the entire hash is secure. For example, a book I'm ...
0
votes
1answer
93 views
Unique generated SALT for each user?
I'd like to ask if it's possible to generate a unique salt for each user and then hash it like
sha1(sha1($password . $salt))
so the $salt is a randomly generated string?.
If yes, how would I encrypt ...
1
vote
2answers
55 views
Per user salts and cross-user hash attacks
We hash users passwords (in a .net web application) with SHA2 & the following salts:
Application salt - stored outside the database (in our case the web applications web.config as an encrypted ...
0
votes
1answer
82 views
Why this MD5 result with Salt has “==” in the end of result string? [duplicate]
I have java code that use jasypt (Java Simplified Encryption) library:
StandardStringDigester digester = new StandardStringDigester();
digester.setAlgorithm("MD5");
...
1
vote
4answers
149 views
Problems with the salt and md5 encryption when login [closed]
I have managed to create a basic encryption system so when a user initially signs up to my website the password is stored in my database safely using salt, md5 and sha1.
The problem occurs now when ...
-6
votes
1answer
83 views
salt sha1 approach [closed]
I am working on a new website that will work in conjunction with a remote server of mine. as im writing the php code i have come into a snag. what would be the best approach with having a user login/ ...





