Skip to content

hamdi-bouasker/PGENV3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P-GEN

P-GEN is a password generator and files encryptor.

pgen.gif

Password Generator

It generates random unique passwords each time composed of lowercase and uppercase letters, digits and special characters.

File(s) Encryptor

The files are encrypted using AES algorythm.

The main feature is that the user is able to decrypt the file by cliking on it and insert the password at the prompt which makes it great feature when you want to send an encrypted file to someone by email because the receiver does not need the software to decrypt it.

The ecnryption and decryption of bulk files are done using async / await Tasks to save the UI from freezing and to offer smooth process.

Supported File Version

  • Word 2019 and above
  • Excel 2019 and above
  • PDF all versions

Compile / Installer

You can compile the code in Visual Studio but you will need to insert syncfusion license key in Program.cs file or download the provided installer.

Windows will warns you to not install it but that warning is due the software is not signed with a digital certificate which should be purchased from commercial authority with the minimum of $260 yearly.