🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/fernet/fernet-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/fernet/fernet-go

v0.0.0-20240119011108-303da6aec611
Source
Go
Version published
Created
Source

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.

FAQs

Package last updated on 19 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts