Viewing 15 posts - 16 through 30 (of 43 total)
Hashing is that I decided with, it made most sense. Thanks guys for all your input.
April 28, 2016 at 12:12 pm
Eric M Russell (4/28/2016)
Steve Jones - SSC Editor (4/27/2016)
Losing the salt would be the equivalent of losing the symmetric key, if the domain is known. In the case of...
April 28, 2016 at 8:08 am
Sergiy (4/27/2016)
ram302 (4/26/2016)
April 28, 2016 at 6:47 am
Eric M Russell (4/27/2016)
GilaMonster (4/27/2016)
Eric M Russell (4/27/2016)
at this point you might as well use symmetric key encryption instead of hashing.
I disagree. If you're using symmetric encryption and the...
April 27, 2016 at 1:45 pm
To be clear, and sorry if I'm not getting it right, I'll be hashing (with salt) these ssn values for my ssn column and these will be my lookup values...
April 27, 2016 at 12:16 pm
Ok,
- I'll need to do a lookup using the UID (SSN), but I plan to substitute this for a hash value using some hash algorithm (SHA-1?).
- The table will NOT...
April 26, 2016 at 3:05 pm
Jeff,
Thanks for the feel-good praise :-D. Regarding your point on adding a salt and rainbow, where can I begin to read up on this?
April 26, 2016 at 12:25 pm
Steve,
What I'll be doing is importing data to a newly built database. The searches are absolutely necessary as the web application will be querying for data using the key. I'll...
April 26, 2016 at 9:33 am
I will never need to decrypt the SSN, but I will need to add/remove ones as personnel are hired/terminated. Also, the table itself may contain multiple entries for one particular...
April 26, 2016 at 9:04 am
Yeah, I'm sold on 2016 now. I found the RC3 download: https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2016. So I'll start testing this.
Thanks guys. As always, very helpful 🙂
April 26, 2016 at 8:27 am
GilaMonster, so this would call for the use of Deterministic encryption, but also assuming as Jeff.Mason points out, that I'll be using SQL Server 2016.
Jeff.Mason, I think I'll be using...
April 26, 2016 at 7:56 am
I also came across this article: http://dotnetslackers.com/articles/sql/IntroductionToSQLServerEncryptionAndSymmetricKeyEncryptionTutorial.aspx .
Does this mean that I should use the encrypted key value as a lookup in the table? I will need something for...
April 26, 2016 at 7:28 am
Thanks for the lead. I tried the solution on Microsoft's website, but still no dice. This seems to be an issue isolated to CodeIgniter, the MVC I planned on using,...
April 20, 2016 at 12:55 pm
Thanks!
One more thing, I hope, I'd like to see what the 'CHAR SET' is for my database. How can I do this? I'm seeing an error that reads:
Unable to set...
April 20, 2016 at 9:14 am
Ok,
I created a login under the server properties > security. Added this user in TESTDB > Security.
For this user, I should only grant it access to Connect and Select,...
April 20, 2016 at 8:17 am
Viewing 15 posts - 16 through 30 (of 43 total)