Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jesbalchiero/file-encryption
- Owner: jesbalchiero
- Created: 2024-05-10T17:19:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T17:45:39.000Z (9 months ago)
- Last Synced: 2024-05-10T18:47:23.348Z (9 months ago)
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.