Skip to content

AxelGard/secure-castle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secure-castle

A python flask file server that stores files securely with encryption

Open this project in Cloud Shell

The Fortress of Königstein from the north by Bernardo Bellotto

latest patch

secure-castle alpha.1

Now you can use secure-castle and upload file and encrypt those file. When you want the file you can download the file and the encrypted file will be deleted.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install

virtualenv
python 3

Installing

On macOS and Linux:

python3 -m pip3 install --user virtualenv
python3 -m venv env
source env/bin/activate
./install.sh

you can now deploy

./run.sh

Coding style

the code style is using pep8

Deployment

for know you can just run the run.sh for deploying the program.

the file just runs the main.py file.

source env/bin/activate
./run.sh

Built With

Versioning

this code is just a side project i will some day make branch or tag with a stable release but for now there are not a stable version.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

A python flask file server that stores files securely with encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published