Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cadeke/lets-go
lets-go is a simple CLI application written in Go for encrypting and decrypting files.
https://github.com/cadeke/lets-go
cli cryptography decryption encryption golang
Last synced: 5 days ago
JSON representation
lets-go is a simple CLI application written in Go for encrypting and decrypting files.
- Host: GitHub
- URL: https://github.com/cadeke/lets-go
- Owner: cadeke
- License: mit
- Created: 2024-07-28T15:01:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T10:42:09.000Z (2 months ago)
- Last Synced: 2024-09-12T22:05:29.030Z (2 months ago)
- Topics: cli, cryptography, decryption, encryption, golang
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lets-go
## Introduction
**L**et's **E**ncrypt **T**his **S**tuff is a simple CLI application written in Go for encrypting and decrypting files.
## Goals
The goal of this project was to learn more about applied cryptography, while getting more familiar with the Go programming language.
## Backlog
- [x] Add secure input reader
- [x] Add simple unit/fuzz testing
- [x] Add [Cobra](https://github.com/spf13/cobra) library
- [x] Add steghide functionality
- [ ] Setup GitHub actions for CI/CD
- [ ] Add better readme using [readme.so](https://readme.so/)
- [ ] Add -o output functionality