Giter Club home page Giter Club logo

file-cryptifier's Introduction

File-Cryptor

This is a Team-Based Project for an Object Oriented Design Course at CSU. The purpose of this project is to have at least two Design Patterns. We are using Strategy and Model-View-Controller as our two Design Patterns. This program will allow any user to encrypt and decrypt any message using either Symmetric Key Cryptography or Asymmetric Key Cryptography.


How to use our Program:

This will show you how to use our program without errors.

Encrypting & Decrypting With Symmetric Key:

For this, select the Symmetric radio button and select a file you want to use and set a password.

https://gfycat.com/CraftyRaggedKillerwhale

Encrypting & Decrypting With Asymmetric Key:

For this, select the Asymmetric radio button and select the file you want to use. Next either generate keys or select the keys you would like to use. Generating keys selects them for you so you don't have to.

https://gfycat.com/PerfectAcidicAntelope


Authors

  • Tyler Staut - Lead Design
  • Matt Bowen - Supporting Programmer
  • Daniel Ashley - Supporting Programmer

file-cryptifier's People

Contributors

tyler-staut avatar thesargent95 avatar matthew-bowen avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

file-cryptifier's Issues

Asymmetric Encryption Failure

DES encryption will not work for large files. We are limited to be able to encrypt or decrypt ((Key Size / 8) - 11) bytes of data at a time which does not work for all files. A potential fix would be to use Elliptic Curve Cryptography for this or potentially use Base64 encryption and decryption alongside DES to get the bytes of a file down to a proper size to encrypt or decrypt using DES or some other Asymmetric Cryptography method.

Bluej and Intellij Issue fix

Previous problems with Bluej and linking it to the project has been solved if issues arise will switch back to Intelij

Asymmetric Key Encryption Issue

There is going to be a problem if a user tries to make their own key for this type of encryption. There needs to be something that the user can do to make the keys and then use those keys later. This may also require changing the keys that from type String to a type Key.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.