Skip to content

Little PoC to encrypt/decrypt short messages using (RSA) ssh keys

Notifications You must be signed in to change notification settings

crochik/sshsecret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH Secret

Encrypt/Decript short messages using ssh keys so you can share secrets with other people using unsafe channels (email, chat, ...)

To receive secret messages

For anybody to be able to send you secret messages they will need your public key.

Generate new key pair:

ssh-keygen -t rsa -b 4096

Pick a path to store the file. be careful to not overide an existing ~/.ssh/id_rsa

Share public key (*.pub) file with people that will send you "secrets".

...

About

Little PoC to encrypt/decrypt short messages using (RSA) ssh keys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages