Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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