Giter Club home page Giter Club logo

encrypted-file-system's Introduction

Encrypted File System

The goal of the project is to encrypt the file and perform read, write, and cut operations efficiently.
Efficiency in measured terms of number of read / write files and performance in terms of encrypt and decrypt functions. At the same time, the security should be intact for the files, so that any tampering of the files is noticed.

The main code is there is EFS.java and only basic functions from Utility.java are used.

Functions like CTR Mode of Encryption / Decryption with AES/ECB/NoPadding, HMAC are implemented manually.

encrypted-file-system's People

Contributors

vigneshkmr84 avatar

Watchers

 avatar

encrypted-file-system's Issues

List File

Need to log a file called list file that will contain the list of files that were scanned in a run.

This file will be referred (in the status file) by the next run, the files that were processed and can be compared and uploaded again.

Log file

Log file should have max of say 10 days and archive upto 30 days (tar.gz).

Both features should be implemented.

Cloud configuration details

Each cloud will have it's own details (like token, nickname etc).
pojo and file to create and write those

Status file format

Basic things to include in the status file:

  • Start timestamp
  • Session Status
    • PENDING
    • SUCCESS
    • ERROR
  • Folders scanned
  • List file (this is a unique file that each time a scan is done will be created in the file system, contains the list of folders and it's respective files

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.