go_file_encrypt

module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2022 License: MIT

README

Go File encrypt

Allows running file encryption operations using Go and AES cyphers.

How to run

To encrypt a file run the following command, where <decrypted_file> should be replaced by origin file path and <encrypted_file> should be replaced by destination file path.

go run ./cmd/encrypt/main.go <decrypted_file> <encrypted_file>

To decrypt a file run the following command, where <encrypted_file> should be replaced by origin file path and . <decrypted_file> should be replaced by destination file path.

go run ./cmd/decrypt/main.go <encrypted_file> <decrypted_file>

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL