Cowry is an open source project to transfer files security.
- Encryption base on TLS
- Encrypt local files in a variety of ways
- Not need to leave a password to share files securely
- Friendly interface
pip3 install cowry
cowry_server -n
cowry_server -s
git clone https://github.com/yxwzaxns/cowry.git
cd cowry/server
docker-compose build
docker-compose up
pip3 install cowry
cowry_client
Welcome to Contribute code to this project, Please make sure to read the GitFlow Guide before making a pull request.