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

https://github.com/leonlatsch/scrypt-lite

A linux terminal utility to encrypt and decrypt files with aes-256.
https://github.com/leonlatsch/scrypt-lite

aes aes-256 cpp decryption encryption encryption-decryption linux mit-license scrypt scrypt-lite termial-based terminal

Last synced: 3 months ago
JSON representation

A linux terminal utility to encrypt and decrypt files with aes-256.

Awesome Lists containing this project

README

          

# scrypt-lite

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/leonlatsch/scrypt-lite?include_prereleases&label=version)
![GitHub](https://img.shields.io/github/license/leonlatsch/scrypt-lite)
![GitHub All Releases](https://img.shields.io/github/downloads/leonlatsch/scrypt-lite/total)
![Maintenance](https://img.shields.io/maintenance/yes/2019)

## Encrypt files in the terminal

![gif](https://media.giphy.com/media/IbrrVCEtRwWJHUcDMk/giphy.gif)

### Getting started

**Either:**

1. Go to Releases
2. Search for the newest version and download it
3. Extract it
4. Run the binary or run `install.sh`
5. Thats it

**Or:**

- Build it yourself as explained further on

> Note: I do not recommend to use a self-built version of scrypt-lite.

### How to build

**Requirements:**

- linux
- git
- g++
- zip

**Building:**

- Make sure you meet all the requirements
- Clone the repository
- The file `build.sh` can build just the **binary** or a **full release package**. Just add a version number as an argument to build it. Example: `./build.sh RELEASE-1.2`
- If you have built a release package, just use it like the official ones.

Licence
=======

MIT License

Copyright (c) 2019 Leon Latsch

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.