Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jesbalchiero/file-encryption

A tiny tool to encrypt or decrypt files in Go
https://github.com/jesbalchiero/file-encryption

Last synced: 3 days ago
JSON representation

A tiny tool to encrypt or decrypt files in Go

Awesome Lists containing this project

README

        

This is a simple project to simulate a encrypt images and decrypt, to use this tool you can download this project and execute the command:

```go

#Encrypt

$ go run . encrypt

#Decrypt

$ go run . decrypt

```

After the method (encrypt or decrypt) you can write the file path to encrypt or decrypt the image.
The app simulate a login with password, validating the same, to encrypt and decrypt the file.