@hackage nonce1.0.6
Generate cryptographic nonces.
Categories
License
BSD-3-Clause
Maintainer
Prowdsponsor <opensource@prowdsponsor.com>
Links
Versions
Installation
Dependencies (8)
- base >=4.5 && <4.11
- base64-bytestring >=1.0 && <1.1
- bytestring >=0.9
- entropy >=0.3.7 && <0.4.2
- text >=0.9
- transformers >=0.2 Show all…
Dependents (10)
@hackage/serversession-frontend-snap, @hackage/sprinkles, @hackage/acme-everything, @hackage/yesod-auth, @hackage/serversession, @hackage/mongoDB, Show all…
According to the Wikipedia, a nonce is an arbitrary number used only once in a cryptographic communication. This package contain helper functions for generating nonces.
There are many kinds of nonces used in different situations. It's not guaranteed that by using the nonces from this package you won't have any security issues. Please make sure that the nonces generated via this package are usable on your design.