Skip to content

lackofdream/fastdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastdriver

Build Status

fastdriver - Command line Fast-ODP encrypt/decrypt tool

Installation

Requirements

  • crypto++
  • cmake
  • pthread
  • boost::program_options

Build

cd src
mkdir build; cd build
cmake ..
make

Usage

Usage: fastdriver [OPTION]... [FILE]
With no FILE, or when FILE is -, read standard input.

Options:
  -h [ --help ]         produce help message
  -e [ --encrypt ]      to encrypt message
  -d [ --decrypt ]      to decrypt message
  -k [ --key ] arg      key to encrypt/decrypt (required)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published