Giter VIP home page Giter VIP logo

webroot_encrypt's Introduction

webroot encrypt

Android application that gets a request from a server and then encrypts the specified directory on the SD card. Also will display files and folders from the SD Card, and will allow you to encrypt/decrypt files from the app itself.

Completed:

Client

  • Client chooses folders to encrypt and sends over to the server
  • Client does the encryption on the device after sending folders over to server
    • Encrypted files are denoted with a ".encrypted" ending ( this can be changed later )
    • Encryption is done by compressing the folder and then encrypting the zip. Decryption is done the same (decrypting and then unzipping).
  • Client can also decrypt on the device. Just choose folders that are

Server

  • Recieves folders from Client in string form.
  • Gives Client acknowledgement that it has been recieved.

To Do:

  • Encryption does not get rid of the old files, i.e. unencrypted file and zipped
  • Salt is the same for every user
  • Server does not keep a record of the folders the user wants to keep encrypted.
  • No web service to actually send a message to the device.

webroot_encrypt's People

Contributors

joshfermin avatar

Watchers

James Cloos avatar  avatar

webroot_encrypt's Issues

Save client selected items and password on database

  • Find database
  • Need to store user chosen folders and password
  • Encrypt using user chosen folders/password through a webclient.

Need to change flow of app

  • on startup - choose folders
  • then have a menu i.e. change folders for encryption, encrypt decrypt buttons, change passwords

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.