套件:golang-github-go-jose-go-jose.v3-dev(3.0.3-6)
golang-github-go-jose-go-jose.v3-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-go-jose-go-jose.v3:
- [golang-github-go-jose-go-jose.v3_3.0.3-6.dsc]
- [golang-github-go-jose-go-jose.v3_3.0.3.orig.tar.gz]
- [golang-github-go-jose-go-jose.v3_3.0.3-6.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Implementation of JOSE standards (JWE, JWS, JWT) in Go (library)
Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. This includes support for JSON Web Encryption, JSON Web Signature, and JSON Web Token standards.
The implementation follows the JSON Web Encryption (http://dx.doi.org/10.17487/RFC7516) (RFC 7516), JSON Web Signature (http://dx.doi.org/10.17487/RFC7515) (RFC 7515), and JSON Web Token (http://dx.doi.org/10.17487/RFC7519) (RFC 7519) specifications. Tables of supported algorithms are shown below. The library supports both the compact and JWS/JWE JSON Serialization formats, and has optional support for multiple recipients. It also comes with a small command-line utility (jose-util (https://github.com/go-jose/go-jose/tree/master/jose-util)) for dealing with JOSE messages in a shell.
其他與 golang-github-go-jose-go-jose.v3-dev 有關的套件
|
|
|
|
-
- dep: golang-github-google-go-cmp-dev
- Package for comparing Go values in tests
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-gopkg-alecthomas-kingpin.v2-dev
- command-line and flag parser for Go