パッケージ: 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