Coder Social home page Coder Social logo

dragencrypt-winforms's Introduction

#DragEncrypt A simple programming toy that encrypts and/or decrypts any files that are dragged to it with an user-chosen password key.

##How to Use Drag any binary file into the executable file. Simply opening the executable will open a file dialogue prompt as an alternative method to pick the targeted file.

A window will appear where the user can insert the desired password, with a holdable button to peek into it.

Decryption is done with the same method as encrypting, just requiring the encrypted file to be the chosen target.

##Safety concerts The program takes no extra security precautions during its run, beyond trying to delete the unecrypted password 'quickly', so the process is rather vulnerable to attacks before and during encryption, likewise for decryption. However the created encrypted file should be mostly safe from brute-force attacks or re-engineering, or at least as safe as the chosen password.

##Contributing

This software contains icons from the WPZOOM Developer Icon Set (WPZOOM) / CC BY-SA 3.0.

dragencrypt-winforms's People

Contributors

dustine avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

vector-man

dragencrypt-winforms's Issues

Folders should be able to be encrypted and decrypted as well

As an alternative solution to #1, allowing folders to be encrypted just like any file.
Possible method would be to:

  1. Zip the folder (Gzip)
  2. Encrypt the obtained file, as normal
    • But have a special header to indicate it being a folder
  3. Have decryption picking it being a folder automagically.

Giving use to the progress bar

It's there in the interface, right behind the action button, doing nothing. The code for using it is commented somewhere, the issue is tracking the relative progress without mucking the used streams. So it's either that, being ingenious or removing it.

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.