Giter Club home page Giter Club logo

cryptic's Introduction

cryptic

A simple self-contained CLI tool that makes it easy to efficiently encrypt/decrypt your files.

Build License

Contents

Features

  • Self-contained binaries.
  • Parallelized file processing.
  • Support for advanced encryption algorithms:
    • AES (with GCM).
  • Support for different authentication credential types:
    • User-defined password (key derivation from the user-defined password).

Buidling

Prerequisites

The following dependencies must be installed on your host machine to build the project:

  • rustc
  • cargo
  • rustup

Building for a Specific Target Platform

The project is currently configured to target 4 platforms, namely linux x86_64, windows x86_64, macOS x86_64, and macOS Apple Silicon (See: Cargo.toml).

Before building binaries for any of the mentioned platforms, it is necessary to install the corresponding platform toolchains. You can install these toolchains by utilizing the provided utility script: install_targets.sh.

Example of a build command for a binary targeting the linux x86_64 platform:

cargo build --release --target x86_64-unknown-linux-gnu

The resulting binary file will be stored under the target/release directory.

Usage

The usage is quite straightforward. Once you have the tool binary (whether by building it yourself or by downloading a release variant), refer to the embedded manual.

To bring up the embedded manual use the following command:

cryptic --help

Example of file encryption command:

cryptic --input /my_files/photos --output /my_files/encrypted/photos --encrypt --verbose

Example of file decryption command:

cryptic --input /my_files/encrypted/photos --output /my_files/photos --decrypt --verbose

License

cryptic is licensed under the Apache 2.0 License.

cryptic's People

Contributors

arthur3486 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

liweilijie

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.