Code Monkey home page Code Monkey logo

des_encryption's Introduction

DES Encryption Utility (CLI)

Implemented in C# (.NET Framework 4.6.1) adhering to the Data Encryption Standard algorithm.

Documentation

To get some help concerning the use of CLI utility, type:

cmd> DEScli --help or just cmd> DEScli help

The output:

DES CLI Utility 1.1.4.38600
Copyright (C) 2017. Developed by BARBARII Veaceslav

  gsk        Generates a 64-bit Strong Key using RNGCryptoServiceProvider class that resides in
             System.Security.Cryptography namespace. (Recommended)

  enc        Enforces file encryption with the specified key.

  dec        Enforces file decrypt with the specified key.

  help       Display more information on a specific command.

  version    Display version information.

For more information related to each command verb, type:

cmd> DEScli help verb, wherein verb can be either gsk, enc or dec.

The output:

DES CLI Utility 1.1.4.38600
Copyright (C) 2017. Developed by BARBARII Veaceslav
USAGE:
Encryption:
  DEScli enc --input ToBeEncrypted.ext --key Key64bit.ext --output Encrypted.ext

  -i, --input     Required. Source file containing the data to be encrypted with a given key.

  -k, --key       Required. Path to file containing 64-bit key for data encryption from supplied
                  file.

  -o, --output    Output File Name. This file will contain the result of the decryption
                  operation.

  --help          Display this help screen.

  --version       Display version information.

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.