reg/vendor/github.com/fernet/fernet-go
Jess Frazelle b57209439c
cleanup vendor
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-09-25 11:35:16 -04:00
..
fernet.go Updated Clair and adjusted to fit (#140) 2018-09-17 09:33:10 -04:00
generate.json cleanup vendor 2018-09-25 11:35:16 -04:00
invalid.json cleanup vendor 2018-09-25 11:35:16 -04:00
key.go Updated Clair and adjusted to fit (#140) 2018-09-17 09:33:10 -04:00
License Updated Clair and adjusted to fit (#140) 2018-09-17 09:33:10 -04:00
Readme cleanup vendor 2018-09-25 11:35:16 -04:00
verify.json cleanup vendor 2018-09-25 11:35:16 -04:00

Fernet takes a user-provided *message* (an arbitrary sequence of
bytes), a *key* (256 bits), and the current time, and produces a
*token*, which contains the message in a form that can't be read
or altered without the key.

This package is compatible with the other implementations at
https://github.com/fernet. They can exchange tokens freely among
each other.

Documentation: http://godoc.org/github.com/fernet/fernet-go


INSTALL

	$ go get github.com/fernet/fernet-go


For more information and background, see the Fernet spec at
https://github.com/fernet/spec.

Fernet is distributed under the terms of the MIT license.
See the License file for details.