queicherius / asymmetric-crypto

Encryption and signing using public-key cryptography (via tweetnacl)
MIT License
16 stars 1 forks source link

generating keypair #6

Closed bleekbless closed 7 years ago

bleekbless commented 7 years ago

How can I create a keypair (pub and prv) whitout having to depend on the library like in the command line using open-ssh... ?

queicherius commented 7 years ago

Doing a few quick experiments I could not get OpenSSH to generate something working.

However, this library is only a very slim wrapper around tweetnacl, so you could try asking there! :)