Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/petabyt/eggnog

Bare Bones Encrypted File Uploading Service
https://github.com/petabyt/eggnog

Last synced: about 24 hours ago
JSON representation

Bare Bones Encrypted File Uploading Service

Awesome Lists containing this project

README

        

# eggnog
Basic file uploading service in Go.
Files are XOR encrypted server side, and are only accessible with the key.
It's not perfect encryption, but it's a whole lot better than storing raw files.

## Installation
Assuming you have `make` and `go` installed,
```
make init # Create "file" folder
make systemd # Create systemd startup file
```