A simple way to repurpose useless flash drives, sd cards, HDDs and/or SSDs and turn them into cloud storage!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I have added the ability to make backups and recovery files in a separate location from the actual files, the first setup and the settings page. At the moment, the project is mostly done.
I have added a very simple and quick installer, it installs all of the tools necessary, creates a venv all by itself and then starts Super Simple Cloud. I have also fixed AES encryption/decryption and added a How to set up section in the readme.
I have done multiple things since last devlog:
- Better readme
- Backups
- Non buggy Reed Solomon backups
- Renaming
- Creating new folders
- Encryption with AES (currently very buggy)
- Better display of recovery, backup and encrypted files
I have added the basic features: uploading, downloading and navigating the file structure. I have also added some Reed Solomon based backup functionality that currently, for some reason, only works with small files and is really buggy. For password protection, I am currently using a really insecure method and I am looking for one that is more secure but also not very complicated.