1 reputation
2
bio website stephen3.com
location
age
visits member for 6 months
seen Nov 12 '12 at 20:53
stats profile views 0

Nov
3
awarded  Commentator
Nov
3
comment What is the most secure encryption algorithm? [JS/PHP]
SSL will only work if the users are trained to make sure the url is https, otherwise it's useless and susceptible to attacks. Also, Hendrik, this is a hypothetical situation, as I have stated and repeated multiple times. I said to only assume the attacker can read the page, not modify it.
Nov
2
comment What is the most secure encryption algorithm? [JS/PHP]
encrypted-tbn3.gstatic.com/…
Nov
1
comment What is the most secure encryption algorithm? [JS/PHP]
sha-256 of something random generated by php's mt_rand.
Nov
1
comment What is the most secure encryption algorithm? [JS/PHP]
Apparently my system will expose multiple cyphertexts, but the key changes every session.
Nov
1
comment What is the most secure encryption algorithm? [JS/PHP]
The keys are randomly generated strings sent via SMS.
Nov
1
comment What is the most secure encryption algorithm? [JS/PHP]
I get the methods. I just need to know which algorithm would be the best to start with.
Nov
1
comment What is the most secure encryption algorithm? [JS/PHP]
Oh come on. I know how to use google ;) code.google.com/p/crypto-js
Nov
1
comment What is the most secure encryption algorithm? [JS/PHP]
This is a hypothetical situation. "Of course this won't be my final scenario"
Nov
1
revised What is the most secure encryption algorithm? [JS/PHP]
added 10 characters in body
Nov
1
comment What is the most secure encryption algorithm? [JS/PHP]
You didn't have to outline the whole method. You could have just said AES-128 would prove hardest to crack by an attacker with only method and ciphertext.
Nov
1
comment What is the most secure encryption algorithm? [JS/PHP]
No you misunderstood me. "Assume the server and the client already have a shared secret encryption key" I have already taken care of key exchange and I phrased it that way because it's not a problem. I only want to focus on security of the encryption method assuming the attacker knows the method and the encrypted message.
Nov
1
awarded  Editor
Nov
1
revised What is the most secure encryption algorithm? [JS/PHP]
deleted 6 characters in body
Nov
1
asked What is the most secure encryption algorithm? [JS/PHP]