Skip to content

GaneshJadhavOnGitHub/CSharpProjectFilePackerUnpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CSharpProjectFilePackerUnpacker

A mini project in C Sharp to Pack Unpack Files.

The main features of the application are as below -

  1. Application restricts duplicate files before packing, by using checksum technique.
  2. Application adds and checks the magic number to check validity of the packed file.
  3. Application adds checksum of the packed file at the end of the packed file to cross-check packed file's integrity before unpacking.
  4. Application has validations for Filename, Username , Password and also has Caps-Lock check.
  5. Application Encrypts- Compresses packed file and Decompresses-Decrypts at the time of Unpacking.
  6. Application writes Packing and Unpacking reports.

Program Screenshots :-

Log in :-

Login

Packing :-

Pack SubmittedForPAcking PackedSuccessfully

Unpacking :-

Unpack Extract UnpackedSuccessfully


Releases

No releases published

Packages

No packages published