Skip to content
/ agenc Public

A tool for using age with keys that are set via config file

License

Notifications You must be signed in to change notification settings

burgr033/agenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agenc

agenc is a little tool that simplifies the use of age for me. An encryption and decryption key (currently only SSH) can be specified in a config file. These keys are used by agenc per default that you don't have to look for the files on your terminal everytime you use encryption.

Usage:

╭─sb@carter ~
╰─$ agenc --help
NAME:
   agenc - encrypt and decrypt using a preset key in age for convenience 
                                                                         
USAGE:                                                                   
   agenc [global options] command [command options]                      
                                                                         
COMMANDS:                                                                
   encrypt, enc, e  encrypt                                              
   decrypt, dec, d  decrypt                                              
   config, conf, c  Set config file                                      
   help, h          Shows a list of commands or help for one command     
                                                                         
GLOBAL OPTIONS:                                                          
   --help, -h  show help

Disclaimer

I'm currently learning go and wanted to use this as a learning project and will try to modify it even further. It might be insecure, instable and overly complicated.

About

A tool for using age with keys that are set via config file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages