| bio | website | emboss.github.com |
|---|---|---|
| location | Germany | |
| age | ||
| visits | member for | 1 year, 7 months |
| seen | Apr 1 at 20:32 | |
| stats | profile views | 5 |
Developer of PKI solutions, web applications and security consultant. Committer to CRuby (MRI) and maintainer of the Ruby OpenSSL extension. Author of krypt. @_emboss_ on Twitter.
|
Oct 17 |
awarded | Yearling |
|
Jun 15 |
comment |
Can I pre-define the points in Shamir's Secret Sharing algorithm But to my understanding k=1 means having one share alone allows you to reconstruct the secret directly, without needing another share. In SSS, this results in handing S to the 4 people directly, because a_0 = S and there are no random coefficients to be chosen. |
|
Jun 14 |
comment |
Can I pre-define the points in Shamir's Secret Sharing algorithm k=1 doesn't require a sharing scheme? |
|
Mar 4 |
awarded | Critic |
|
Feb 15 |
comment |
Is there a known vulnerability when using identical key and salt with PBKDF2? Thanks for your insight, has already helped a lot! |
|
Feb 13 |
awarded | Student |
|
Feb 13 |
awarded | Scholar |
|
Feb 13 |
accepted | Is there a known vulnerability when using identical key and salt with PBKDF2? |
|
Feb 13 |
comment |
Is there a known vulnerability when using identical key and salt with PBKDF2? I should have added this, actually same files yielding the same output is a feature, not a bug :) The entire scheme is a "convergent encryption" scheme. This means that given the same file, both parties need to be able to come up with the same salt, too. That's why the initial idea was to just reuse the file hash for the salt. But you're still right, I see now that doing so would kind of take the whole parallelization aspect of the salt away. Thanks! |
|
Feb 13 |
revised |
Is there a known vulnerability when using identical key and salt with PBKDF2? thanks for the edit! |
|
Feb 13 |
asked | Is there a known vulnerability when using identical key and salt with PBKDF2? |
|
Nov 9 |
awarded | Nice Answer |
|
Oct 17 |
awarded | Supporter |
|
Oct 17 |
awarded | Editor |
|
Oct 17 |
revised |
Is there a hash function with 2048bit output? added info on brute forcing |
|
Oct 17 |
awarded | Teacher |
|
Oct 17 |
awarded | Autobiographer |
|
Oct 17 |
comment |
Is there a hash function with 2048bit output? You are right, I'll add some words, thanks! |
|
Oct 17 |
answered | Is there a hash function with 2048bit output? |