Popularity
1.0
Stable
Activity
0.0
Stable
0
2
0
Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
happstack-server-tls-cryptonite alternatives and similar packages
Based on the "Happstack" category.
Alternatively, view happstack-server-tls-cryptonite alternatives based on common mentions on social networks and blogs.
-
happstack-clientsession
Securely store session data in a client-side cookie. Uses the clientession library. -
happstack-authenticate
An authentication framework for Happstack with support for pluggable authentication modules
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
Promo
www.nutrient.io

Do you think we are missing an alternative of happstack-server-tls-cryptonite or a related project?
README
happstack-server-tls-cryptonite
TLS support for happstack, based on native crypto implementation in tls and cryptonite packages.
Pro:
- You are not affected by OpenSSL bugs. Goodbye, script kiddies.
- More portable, no foreign libraries required.
- Pure Haskell, something to brag about.
Contra:
- You have all the cryptonite/tls bugs. If your server is under targeted attack, this may make attacker's job easier.