/TouchCloud

A secure cloud storage to add your files

Primary LanguagePythonApache License 2.0Apache-2.0

TouchCloud

A secure cloud storage to add your files and encrypt content

Use

from cloud import CloudTouch


cloud = CloudTouch()
cloud.cloud()

print("Creating cloud storage...")
print("Adding files...")
cloud.addfile(filename='example.c')

print("files added to cloud")

Policy

This project is used to secure your files, do not use this for malicious purposes! I am not responsible for any of your actions.