Skip to content

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

License

Notifications You must be signed in to change notification settings

Tech-Dex/-CPP-Folder-Encryption-Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

g++ {nameCompiledFile} -o {randomFileName} `pkg-config --cflags --libs opencv`
./randomName
Example
g++ main.cpp -o encrypt-decrypt `pkg-config --cflags --libs opencv`
./encrypt-decrypt

First time when you will use ./encrypt-decrypt will encrypt folder files.
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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages