Skip to content

go-training/age-encryption-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

age-encryption-demo

Age is a simple, modern and secure encryption tool. This repository contains a demo of how to use it.

Before you start

Install age command line tool. See the official installation instructions

Encrypting a file

$ age-keygen -o key.txt
Public key: your_age_public_key
$ echo "Hello World" > file.txt
$ age -r your_age_public_key -o file.txt.age file.txt

About

Age is a simple, modern and secure encryption tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages