| bio | website | jstuber.net |
|---|---|---|
| location | North Rhine-Westphalia, Germany | |
| age | 48 | |
| visits | member for | 1 year, 10 months |
| seen | Feb 3 at 9:56 | |
| stats | profile views | 6 |
I'm a free-lance embedded software developer who likes computer science, mathematics, electronics and foreign languages.
eiĻ + 1 = 0
eĻā163 ā 6403203 + 744
rot13("fr") = "se"
|
Jan 26 |
comment |
Hashing passwords with a salt - why use different salt for everyone? The unique salt per password is there to prevent an attacker from amortizing his effort over many passwords. If you use the same salt for n passwords you make his job easier by a factor of n. Note that the salt is not secret. |
|
Sep 21 |
comment |
What is the best method to determine the language used in a monoalphabetic substitution cipher? Out of curiosity, can you tell us more about the context? |
|
Sep 7 |
comment |
Layered XOR Cipher With respect to the key space this would indeed be the worst possible encryption method. |
|
Sep 5 |
awarded | Autobiographer |
|
Sep 2 |
comment |
Is modern encryption needlessly complicated? AES is much faster than your Blum-Blum-Shub setup. |
|
Sep 1 |
awarded | Teacher |
|
Sep 1 |
answered | Calculating the amount of zero bits to be appended to the message |
|
Aug 3 |
comment |
What alphanumeric string length can be used to guarantee no hash collisions from CRC-64? Assuming a standard encoding of characters as 8 bit bytes you can guarantee uniqueness only up to 8 characters. |
|
Jul 16 |
comment |
Why does PBKDF2 xor the iterations of the hash function together? I wonder why they don't also hash the counter i for U_i? |
|
Jul 13 |
awarded | Precognitive |
|
Jul 13 |
comment |
Taking advantage of one-time pad key reuse? amazon.com/Decrypted-Secrets-Methods-Maxims-Cryptology/dp/… |
|
Jul 13 |
awarded | Supporter |