Skip to content

A failsafe script that is designed to ensure that important files are securely stored and backed up, even in the event of something happening.

License

Notifications You must be signed in to change notification settings

SirCryptic/failsafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

FailSafe

failsafe

Description

The "Failsafe" script is a simple but effective way to ensure that important files are protected while also being easily accessible to those who need them. The script uses the bcrypt library to securely store a hashed password, which is prompted for whenever the script is run and the time of the last successful password entry is recorded.

If the password is not entered for a set interval of time (Default 7 Days), the script automatically uploads the files to several popular cloud storage services (such as MEGA, MediaFire, and Google Drive). The upload process uses the requests library to handle the HTTP requests, and the mimetypes library to correctly determine the content type of the files being uploaded. The script also includes error handling to ensure that the upload process continues even if one of the services experiences issues.

With its simple but secure password protection and automatic uploads, the "Failsafe" script is an ideal solution for ensuring that important files are protected in the events of something happening.

About

A failsafe script that is designed to ensure that important files are securely stored and backed up, even in the event of something happening.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages