Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.08 KB

File metadata and controls

16 lines (13 loc) · 1.08 KB

file-encryption-decryption-vb.net

A vb.net program that encrypt and decrypt files and directories

How it works !!!

This program encrypt only the types of files that are save in bin/cryptable_file_format.txt
So if you want to add any other type of you can just add it there.

Add the type of file of want to them encrypt in bin/cryptable_file_format.txt

Screenshot 1

Screenshot 2

Others stuff !!!

All files that should be encrypt/descrypt as plain/text must be writeen in the file bin/plain_text_format.txt
other it will be encrypt/descrypt as a binary file.

DO NOT FORGET YOUR ENCRYPTION KEY
DO NOT ENCRYPT A FILE MANY TIMES, UNLESS IF YOU WON'T FORGET THOSE ENCRYPTION KEYS