Skip to content

danaamiri/go-cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Cryptography Application

Generate Key Pair:
go run main.go generate

Encrypt File
go run main.go encrypt -f [path-to-file] -k [path-to-public-key]

Decrypt File
go run main.go decrypt -f [path-to-ecnrypted-file] -k [path-to-private-key]

About

Cryptography application using go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages