github.com/maenmax/kairep@v0.0.0-20210218001208-55bf3df36788/src/fernet-go/Readme (about) 1 Fernet takes a user-provided *message* (an arbitrary sequence of 2 bytes), a *key* (256 bits), and the current time, and produces a 3 *token*, which contains the message in a form that can't be read 4 or altered without the key. 5 6 This package is compatible with the other implementations at 7 https://github.com/fernet. They can exchange tokens freely among 8 each other. 9 10 Documentation: http://godoc.org/github.com/fernet/fernet-go 11 12 13 INSTALL 14 15 $ go get github.com/fernet/fernet-go 16 17 18 For more information and background, see the Fernet spec at 19 https://github.com/fernet/spec. 20 21 Fernet is distributed under the terms of the MIT license. 22 See the License file for details.