Skip to content

this tool, written in Go, encrypts and decrypts files, ensuring data security by converting files into unreadable formats and allowing for their secure decryption when needed.

Notifications You must be signed in to change notification settings

sachinandan-05/go-file-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption

# Encrypts a file
$ go run . encrypt img.png

Decryption

# Decrypts a file
$ go run . decrypt img.png

About

this tool, written in Go, encrypts and decrypts files, ensuring data security by converting files into unreadable formats and allowing for their secure decryption when needed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages