Hacker News new | ask | show | jobs
by brohee 3900 days ago
Is it really using CFB mode without any kind of authentication? If so, mostly useless...
1 comments

It actually uses HMAC-SHA256 to authenticate ciphertext, although with the same key as AES encryption.
It's worth mentioning it on the homepage, it looks very scary without it.