软件包:golang-github-scaleft-sshkeys-dev(1.4.0-1)
golang-github-scaleft-sshkeys-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-scaleft-sshkeys:
- [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]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 golang-github-scaleft-sshkeys-dev 有关的软件包
|
|
|
|
-
- 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