Pakket: golang-github-scaleft-sshkeys-dev (1.4.0-1)
Verwijzigingen voor golang-github-scaleft-sshkeys-dev
Debian bronnen:
Het bronpakket golang-github-scaleft-sshkeys downloaden:
- [golang-github-scaleft-sshkeys_1.4.0-1.dsc]
- [golang-github-scaleft-sshkeys_1.4.0.orig.tar.gz]
- [golang-github-scaleft-sshkeys_1.4.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Parser and marshaller for OpenSSH key formats for Go (library)
This package provides a parser and marshaller for cryptographic keys used for SSH. It enables Go applications to read and write private keys in various formats, including encrypted ones, which is useful for building SSH clients, servers, or key management tools.
In contrast to the standard library's ssh.ParseRawPrivateKey, this package supports a wider range of formats, including encrypted private keys, and also provides marshalling capabilities. Supported formats include OpenSSH's modern key format for RSA and ED25519 keys (with aes256-ctr encryption), as well as classic PEM formats for RSA (PKCS#1), DSA (OpenSSL), and ECDSA private keys.
Andere aan golang-github-scaleft-sshkeys-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-dchest-bcrypt-pbkdf-dev
- bcrypt password-based key derivation function for Go (library)
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries