Skip to content
/ STOL Public

A program for securely transferring files over the internet. Written by GPT.

Notifications You must be signed in to change notification settings

lentikr/STOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A program for securely transferring files over the internet. Written by GPT.

Resources

Stars

Watchers

Forks

Packages

No packages published