Liking cljdoc? Tell your friends :D

clj-ssh-keygen.utils


write-openssh-public-key!clj

(write-openssh-public-key! k f)

Encode an OpenSSH public key k to base64 and write it to a file named f.

Encode an OpenSSH public key `k` to base64 and write it to a file named `f`.
sourceraw docstring

write-private-key!clj

(write-private-key! k f)

Encode a RSA private key k to base64, wrap to 72 characters and write it to a file named f.

Encode a RSA private key `k` to base64, wrap to 72 characters and write it to a file named `f`.
sourceraw docstring

write-public-key!clj

(write-public-key! k f)

Encode a RSA public key k to base64, wrap to 72 characters and write it to a file named f.

Encode a RSA public key `k` to base64, wrap to 72 characters and write it to a file named `f`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close