TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
1–10 of 28 posts
Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#2Edit: Reading it more, I'm more convinced. It looks like there was a discussion a few days ago: https://news.ycombinator.com/item?id=6401057
Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#3I may be wrong as I'm no security researcher, but I was under the impression that combining things like this (and rolling your own crypto in general) could potentially make things weaker. Is this the case here? Edit: Reading it more, I'm more convinced. It looks like there was a discussion a few days ago: https://news.ycombinator.com/item?id=6401057
can we get some tptacek up in here?
Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#4If I'm a global passive adversary, I would try to attack your blobs in these ways:
1) weaken your random number generators
2) guess your password by running massive dumps of passwords and passwords mutated with rules against pbkdf2 (why didn't you use scrypt?)
3) try to convince you or your system to decrypt a blob and reveal the plaintext to me surreptitiously (not so passive)
4) try to get your password from security flaws in wherever you store it
5) conduct traffic analysis on who is storing blobs where and when, and how long their blobs are
My bet is that the password is the weak point. Can you do anything to address that?
Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#5I may be wrong as I'm no security researcher, but I was under the impression that combining things like this (and rolling your own crypto in general) could potentially make things weaker. Is this the case here? Edit: Reading it more, I'm more convinced. It looks like there was a discussion a few days ago: https://news.ycombinator.com/item?id=6401057
I have the same question, from the same position of ignorance. can we get some tptacek up in here?
If the schemes of cryptography that you use do not reduce the amount of permutations/possibilities that you are using I see no reason why it wouldn't at least add a bit of extra difficulty in attaining the calculations behind the results.
This does sound like the right way to deal with cryptography with Javascript as pointed out by Triplesec: "authenticates with HMAC to protect against (adaptive) chosen-ciphertext attacks; and supplements the native entropy sources (window.crypto.getRandomValues in the browser and crypto.rng in Node.js) for fear they are weak."
Particulary because other ways of dealing with javascript random number generators (especially their api) is awful. You can read about some of that here: http://www.matasano.com/articles/javascript-cryptography/
But, I would still like to hear someone who knows more about using these three schemes back to back. Sometimes the permutations are effected in weird ways.
Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#6I like this idea to reduce dependence on trusting any given algorithm. If I'm a global passive adversary, I would try to attack your blobs in these ways: 1) weaken your random number generators 2) guess your password by running massive dumps of passwords and passwords mutated with rules against pbkdf2 (why didn't you use scrypt?) 3) try to convince you or your system to decrypt a blob and reveal the plaintext to me s…
2) That's basically bruteforcing. Considering he is running pbkdf2 thousands of times, good luck with that. You might get lucky with 5-6 character passwords and a bunch of servers.
3) How?
4) Passwords are usually stored either nowhere (inside user's head) or a program like KeePass. Good luck breaking either.
5) What would that give you? It's still triple-encrypted.
Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#7I may be wrong as I'm no security researcher, but I was under the impression that combining things like this (and rolling your own crypto in general) could potentially make things weaker. Is this the case here? Edit: Reading it more, I'm more convinced. It looks like there was a discussion a few days ago: https://news.ycombinator.com/item?id=6401057
But at the end of the day it's still trying to solve the wrong problem. The chance of a well studied algorithm like AES having a significant weakness is much, MUCH lower than the chance that a particular program using it has a security flaw. Any effort spent layering Twofish and Salsa20 on top of AES would almost certainly be better spent making sure the usage of AES is totally secure.
Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#8I like this idea to reduce dependence on trusting any given algorithm. If I'm a global passive adversary, I would try to attack your blobs in these ways: 1) weaken your random number generators 2) guess your password by running massive dumps of passwords and passwords mutated with rules against pbkdf2 (why didn't you use scrypt?) 3) try to convince you or your system to decrypt a blob and reveal the plaintext to me s…
Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#9Re: TripleSec - Symmetric Encryption combining AES, Salsa20, and Twofish
#10I may be wrong as I'm no security researcher, but I was under the impression that combining things like this (and rolling your own crypto in general) could potentially make things weaker. Is this the case here? Edit: Reading it more, I'm more convinced. It looks like there was a discussion a few days ago: https://news.ycombinator.com/item?id=6401057
There was a discussion on twitter among cryptographers/security practitioners (search for @agl___), and in spite of some unnecessary flaming, we are almost certain now that the cipher cascade and the MAC scheme are both as strong as their strongest components.
See this publication for more information about the cipher cascade: http://rd.springer.com/article/10.1007%2FBF02620231
See this publication for more information about the HMAC construction: http://tuprints.ulb.tu-darmstadt.de/2094/1/thesis.lehmann.pd...