Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 791 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 791 Bytes

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.