Paquet : golang-github-youmark-pkcs8-dev (1.1-3)
Liens pour golang-github-youmark-pkcs8-dev
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source golang-github-youmark-pkcs8 :
- [golang-github-youmark-pkcs8_1.1-3.dsc]
- [golang-github-youmark-pkcs8_1.1.orig.tar.gz]
- [golang-github-youmark-pkcs8_1.1-3.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
Go package to parse and convert private keys in PKCS#8 format (library)
pkcs8 OpenSSL can generate private keys in both "traditional format" and PKCS#8 format. Newer applications are advised to use more secure PKCS#8 format. Go standard crypto package provides a function (http://golang.org/pkg/crypto/x509/#ParsePKCS8PrivateKey) to parse private key in PKCS#8 format. There is a limitation to this function. It can only handle unencrypted PKCS#8 private keys. To use this function, the user has to save the private key in file without encryption, which is a bad practice to leave private keys unprotected on file systems. In addition, Go standard package lacks the functions to convert RSA/ECDSA private keys into PKCS#8 format.
pkcs8 package fills the gap here. It implements functions to process private keys in PKCS#8 format, as defined in RFC5208 (https://tools.ietf.org/html/rfc5208) and RFC5958 (https://tools.ietf.org/html/rfc5958). It can handle both unencrypted PKCS#8 PrivateKeyInfo format and EncryptedPrivateKeyInfo format with PKCS#5 (v2.0) algorithms.
Autres paquets associés à golang-github-youmark-pkcs8-dev
|
|
|
|
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
Télécharger golang-github-youmark-pkcs8-dev
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 10,5 ko | 36,0 ko | [liste des fichiers] |