项目作者: Tech-Dex

项目描述 :
A program that encrypt content of a Folder - Images and Text Documents and after that can decrypt
高级语言: C++
项目地址: git://github.com/Tech-Dex/-CPP-Folder-Encryption-Decryption.git
创建时间: 2019-03-18T15:06:30Z
项目社区:https://github.com/Tech-Dex/-CPP-Folder-Encryption-Decryption

开源协议:MIT License

下载


Folder-Encryption-Decryption

A program that encrypt content of a Folder - Images and Text Documents and after that can decrypt.

Requirements

  • OpenCV 4.0.0
  • Basic Library

Files Allowed

  • ‘.txt’
  • ‘.jpg’
  • ‘.png’

How to use

  1. g++ {nameCompiledFile} -o {randomFileName} `pkg-config --cflags --libs opencv`
  2. ./randomName
  3. Example
  4. g++ main.cpp -o encrypt-decrypt `pkg-config --cflags --libs opencv`
  5. ./encrypt-decrypt
  6. First time when you will use ./encrypt-decrypt will encrypt folder files.
  7. Second time when you will use ./encrypt-decrypt will decrypt folder files.

General Idea about this project

  • I learnt to use OpenCV core functions
  • Practicing bitwise operations