https://github.com/coleturner/zipit
Decentralized or self-hosted encryption archives that work on any internet device.
https://github.com/coleturner/zipit
archive encryption zip
Last synced: 4 months ago
JSON representation
Decentralized or self-hosted encryption archives that work on any internet device.
- Host: GitHub
- URL: https://github.com/coleturner/zipit
- Owner: coleturner
- License: mit
- Created: 2017-03-08T16:45:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T17:11:26.000Z (over 9 years ago)
- Last Synced: 2025-02-28T00:22:50.904Z (over 1 year ago)
- Topics: archive, encryption, zip
- Language: HTML
- Homepage:
- Size: 81.1 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zipit
Self-hosted encryption archives that work on any device without a cloud.
## Hubaloo
Privacy is important to keep people from spying on your sensitive data and to preserve the integrity of your files. When you encrypt your zip archive, your data will be secure from sender for decryption. Encryption keeps your messages in tact and safe from modification during transmission.
This solution can protect your files on any computer, network, or device. The more secure encryption algorithm works locally in your web browser and protects your documents using the industry standard AES algorithm with the most secure hashing. Every message is authenticated to be safe from malware and modification.
## How it works
User A creates a password to encrypt a file using this client-side mechanism - which produces a self-decrypting HTML file. User B opens this HTML file in their browser which will ask them for the password to decrypt the file allowing them to download the original file all without a server. The homepage can be downloaded and self-hosted at will.