Hacker News new | ask | show | jobs
by mcpherrinm 4754 days ago
If you're asking that question, and really aim to write crypto safe from the NSA, then I think you have a lot more learning to do. Just naming off a different mode isn't going to cut it.

The Matasano crypto challenges seem to be popular lately. That would be a decent place to start.

1 comments

I'm happy with AES and I don't want to write my own crypto.

I was asking for a better AES javascript library, because I found a couple of different js AES libraries, but, as you said, I don't know anything about cryptography, and I wanted to know if some are better than others.

thanks

You don't need a better AES implementation (well, you probably do, but that's just the start). You need higher level primitives. There a thousand ways to use AES, and most of them are insecure, including your implementation.