Skip to content

The core of True Drive, responsible for encoding and decoding files

License

Notifications You must be signed in to change notification settings

true-drive/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

True Drive Core

Description

True Drive is a storage solution that allows you to encrypt any file to a noise video and upload it to YouTube. This way, you can store your files securely and access them from anywhere with an internet connection. You can also download and decrypt the noise videos back to your original files whenever you need them.

This repository houses the core functionality of True Drive which lies in the process of encrypting/decrypting files into a series of pixels and sound waves.

Usage

The program has two entry modes, encode and decode. Both can be run as follows;

./truedrive [option] -i <input file> -o <output file>

Encoding

In order to encode a file into a noise video, say input.txt, run the following.

./truedrive encode -i input.txt -o output

Decoding

In order to encode a file into a noise video, say input.txt, run the following.

./truedrive decode -i input.mp4 -o output

About

The core of True Drive, responsible for encoding and decoding files

Resources

License

Stars

Watchers

Forks