套件: golang-github-fernet-fernet-go-dev (0.0~git20180830.9eac43b-2)
golang-github-fernet-fernet-go-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-fernet-fernet-go:
- [golang-github-fernet-fernet-go_0.0~git20180830.9eac43b-2.dsc]
- [golang-github-fernet-fernet-go_0.0~git20180830.9eac43b.orig.tar.xz]
- [golang-github-fernet-fernet-go_0.0~git20180830.9eac43b-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Nobuhiro Iwamatsu
外部的資源:
- 主頁 [github.com]
相似套件:
Go library for generates/verifies HMAC-based authentication tokens
This library 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.