Skip to content

estenssoros/ess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estenssoro Secret Sharing

Getting Started

create a key pair set

ssh-keygen

follow all prompts

install ess

go install ess

Encrypting a file

ess encrypt -i <input file> -o <output file> -k <public key>

note: the public key is the one that ends in .pub (e.g. ~/.ssh/id_rsa.pub)

Decrypting a file

ess decrypt -i <input file> -o <output file> -k <private key>

note: the private key is the one that does not have an extension (e.g. ~/.ssh/id_rsa)

About

estenssoro secret sharing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages