Git Product home page Git Product logo

stol's Introduction

STOL(Safe Transfer OnLine)

中文

This is a program for securely transferring files over the internet. This program was written almost entirely by ChatGPT. And this README file is written by New Bing. The folder "process" contains a general description of how I communicated with ChatGPT and New Bing.

Pre-Send Processing

  1. Select multiple files and drag them onto send.exe.
  2. Enter the password when prompted.
  3. The program will call the local 7zip compression software to encrypt and compress the selected files into a 7z file.
  4. The program will then randomly select 10-30 bytes in the compressed package and change them all to "0xFF".
  5. Record the positions of these bytes and their original values in modified_bits.txt in the same directory as the compressed package. Each line corresponds to the modification status of a byte, with the format "position before modification value".

Post-Receive Processing

  1. Select a 7z compressed package and drag it onto recv.exe.
  2. Enter the password when prompted.
  3. The program will first repair the modified bytes in the compressed package according to modified_bits.txt in its same directory.
  4. Then call local 7zip compression software to decompress the selected compressed package.

stol's People

Contributors

lentikr avatar

Stargazers

冰蓝弧影 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.