1

Note: this is not asking for a personal viewpoint on what is the better library, but rather what is the "safest" library or what is a good indication of a "safe" library.

I was looking for a Haskell library with AES256 encryption/decryption capabilities and found quite a few.

The problem is that most of these seem abandoned, except cryptonite who again seems like the least popular library (the one with the least amount of downloads).

I was wondering if using a library that seems outdated could be a problem (should I worry about possible security flaws, etc.) or if I should simply go with the one that seems most popular?

NatureShade
  • 2,187
  • 1
  • 19
  • 27
  • Without any criteria for assessment, this question is utterly useless. If the criteria is activity, then you've answered the question yourself. – Artjom B. May 18 '16 at 17:51

1 Answers1

2

I'd definitely recommend cryptonite. It's a newer library consolidating a number of older libraries, and the ecosystem hasn't moved over yet.

Michael Snoyman
  • 31,100
  • 3
  • 48
  • 77