Skip to content

WilliamRADFunk/encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encryptor

An application that encrypts and decodes text using any number of cryptographic algorithms.

This application is intended to demonstrate an understanding of the included cryptographic algorithms, and a fundamental understanding of PHP.

User simply pastes their plaintext into the appropriate form field, selects the encryption algorithm of their choice from the drop down menu, and depending on the algorithm, chooses a key.

The application can either produce encrypted text to be copied and pasted, or a text file can be produced if the user wishes it.

The file system uses a rudimentary MVC format where the form serves as view, the Controller communicates between the View and the selected encrytion program that produces the Model.

About

(Complete) An application that encrypts and decodes text using any a number of cryptographic algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published