Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dyne/clj-openssh-keygen

A platform-independent Clojure library to genereate OpenSSH compliant key-pairs without using ssh-keygen
https://github.com/dyne/clj-openssh-keygen

authentication cryptography keygen keypair ssh ssh-key

Last synced: 7 days ago
JSON representation

A platform-independent Clojure library to genereate OpenSSH compliant key-pairs without using ssh-keygen

Awesome Lists containing this project

README

        

# clj-OpenSSH-keygen

software by Dyne.org

[![Clojars Project](https://clojars.org/org.clojars.dyne/clj-openssh-keygen/latest-version.svg)](https://clojars.org/org.clojars.dyne/clj-openssh-keygen)

A platform-independent Clojure library to genereate OpenSSH compliant
key-pairs without executing any ssh binary on the system.

## Usage

To generate a keypair `testkey.pub` and `testkey` in the current
execution directory:

```clj
(let [kp (generate-key-pair)]
(write-key-pair kp "testkey")))
```

## License

Copyright (C) 2016-2017 Dyne.org foundation

Sourcecode written and maintained by Denis Roio

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.