@hackage commsec0.3.5
Provide communications security using symmetric ephemeral keys
Categories
License
BSD-3-Clause
Maintainer
thomas.dubuisson@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (5)
- base >4.5 && <5
- bytestring
- cipher-aes128 >=0.6.1
- crypto-api >=0.12
- network >=2.4.1 Show all…
Dependents (2)
@hackage/commsec-keyexchange, @hackage/acme-everything
This package provides confidentiallity, integrity and replay detection. Users must provide ephemeral keys for one time use (reuse will compromise the security guarentees). Starting with shared secret, this package builds bi-directional channels for datagram based communication.