Giter Site home page Giter Site logo

file_zip_encrypt's Introduction

#What is this? 将文件打包并计算打包后文件的MD5值,并使用3Des加密该MD5值,并通过webServers来实现下载这个打包好的zip文件。 Download the ziped file which contains other file and the key file,the content of the key file is calculate the script.zip MD5 value and using tripleDes to encrypt it。 #webServers usage:

  1. run webServers with following command:
    ./webServers
  2. the download url is :http://127.0.0.1:8880/

#filePacker.php usage:

  1. before run filePacker you should change the value of cryptKey and iv.

  2. run filePacker.php with the following command(source_file1 and source_file2 are the files that you want package):
    php filePacker.php source_file1 source_file2

file_zip_encrypt's People

Contributors

mrchens avatar

Watchers

 avatar

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.