套件: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