Description
A website for the various QuackCryption projects made during Spartahack 2016. QuackCryption is a novel approach to data structures, app development, and encryption by four, 2nd-semester Purdue University computer science majors. In essence, either text or a file is inputted (along with maybe a passphrase of the user's choosing), the text is encrypted using 128-bit AES (in CBC mode), and then that text is then converted into 'Quack' code. The data encrypted can be decrypted back to its original form, bit-for-bit. The software is open source.
v1.0.0
The original (v1.0.0) components made are as follows:
- Android App
- Backend (AES.java, Quack.java, and SingleStep.java)
- Command Line Utility
- Desktop App
- Web App
Example (v1.0.0)
This photo is equivalent to this 'Quack' file.Authors and Contributors
- Michael Bilstein (@Meegul304) — Backend and Terminal Environment
- Kevin Dong (@kevindong) — Backend, Web App, and Web Development
- Scott Mangiapane (@scottmangiapane) — Android App and Graphic Design
- Vikram Pasumarti (@vk117) — Backend, Desktop App, and GUI
License
Unless otherwise stated, all rights reserved.