| bio | website | vennard.org.uk |
|---|---|---|
| location | United Kingdom | |
| age | 24 | |
| visits | member for | 1 year, 10 months |
| seen | 2 days ago | |
| stats | profile views | 90 |
I am a software engineer by profession and a mathematics undergraduate in the evenings. I speak French, and I am generally interested in operating systems. My corner of the web is here and you might be interested in code I have written.
Questions? You can get in touch via my first name @ my domain name.
|
Jun 22 |
reviewed | Approve suggested edit on |
|
Jun 21 |
revised |
Chaum undeniable signature - justification for probability of misleading the verifier? More descriptive title |
|
Jun 21 |
revised |
added 146 characters in body |
|
Jun 21 |
reviewed | Approve suggested edit on |
|
Jun 19 |
reviewed | Reject suggested edit on Is this password migration strategy secure? |
|
Jun 18 |
comment |
Why are there $ signs in my passwd file? This question on U&L might help, too: unix.stackexchange.com/questions/8229/… |
|
Jun 17 |
awarded | Good Answer |
|
Jun 16 |
revised |
Is it possible to use the RSA algorithm, or a variant, for software licensing? edited title |
|
Jun 15 |
comment |
Assistance Cracking Classical Cipher I agree with the others on providing a little explanation as to how you decoded this. I don't think it needs to be a step by step guide, but a brief overview of what you did would no doubt steer the OP in the right direction :) |
|
Jun 14 |
reviewed | Reject suggested edit on Assistance Cracking Classical Cipher |
|
Jun 5 |
comment |
How to encrypt a File using AES Algorithm? If you're looking for how to perform file encryption using a programming language, you probably want Stack overflow - a quick search finds these recommended libraries (note: ignore the ROT13 and OTP one) - and the javax.crypto docs should also help. Do remember to search there first, and post what you've tried and are not understanding - as it stands, this will be closed on SO too :) |
|
May 30 |
comment |
Applying multiple hash functions to improve security? I've closed this for now as a duplicate of the other question, the discussion on there should help I hope :) If your question is different (and I'm just not seeing it), do feel free to edit/reply to me here and we can look at re-opening it. |
|
May 25 |
comment |
After implementing a novel encryption algorithm, how would one go about analyzing its security or get help from others in doing so? Guys, just a friendly note - if you're providing an answer to a question, use the answer box, not the comment box. Big hint - some of these comments are semi answers! :) |
|
May 24 |
revised |
How do I generate a session key using the Diffie Hellman algorithm? Tidy up. |
|
May 24 |
comment |
Why does my implementation of CBC mode only decrypt the first block correctly? Hello - this is really off topic here and belongs on Stack Overflow; however, before I migrate it there it could really do with an edit - have you nailed down exactly where the issue is? SO likely don't need all of the code you've posted. If you flag when you've had a look at some of SO's questions and edited yours, I'll be able to migrate it there. Please don't cross post :) |
|
May 23 |
comment |
Is it secure to use the hash of key as the IV in AES encryption? Welcome to crypto; your question was migrated here by the SO mods as it is a better fit here. Feel free to register here to receive notification of your responses :) |
|
May 22 |
revised |
Order of cascaded ciphers edited tags |
|
May 20 |
reviewed | Approve suggested edit on Can you create a strong blockcipher with small blocksize, given a strong blockcipher of conventional blocksize? |
|
May 19 |
reviewed | Approve suggested edit on Cryptography for kids |
|
May 16 |
comment |
ECIES protocol - what does the || operation mean? @eXPi yep. It also means, in this case, that the output of the KDF is split into two parts - one part for each key. |