Skip to content

henri2h/Encryption

Repository files navigation

Encryption

Build status

This project is divided in 4 sub projects :

Crypt :

This is a text editor wich can crypt or decrypt files using a custom mechanism or AES

Crypt installer :

An installer for crypt

crypt dll :

This project is under develloppement for crypting and decoding code using A = number or in a future release, morse code The goal of this project is to provide a simple way to encrypt data using this class

File Encryption :

File encryption is a simple program wich can crypt or decrypt document using AES method and replacing all the bits of the file

Task to do :

  • Add a more user friendly interface
  • Add others encryption system
  • allow the user to chose between content encryption or file encryption