IronCoreLabs / ironssh

Secure end-to-end encrypted file sharing over ssh; forked from openssh.
https://ironcorelabs.com/products/ironsftp
Other
63 stars 5 forks source link

Generate Ed25519 signing key #55

Open BobWall23 opened 8 years ago

BobWall23 commented 8 years ago

It dawned on me that after we switched direction on passphrase generation, we should have refactored so that instead of requiring an RSA private key in ~/.ssh/id_rsa and reading that key for use as the signing key in the GPG key file, we should have just created a new Ed25519 signing key pair and used that.

Refactor to do this. Figure out how to handle existing files (key files and encrypted files) that don't match the new scheme.