Feature #4668

Implement a command to encrypt files before uploading them

Added by Dionysis Grigoropoulos over 10 years ago.

Status:New Start date:11/28/2013
Priority:Medium Due date:
Assignee:Stavros Sachtouris % Done:

0%

Category:kamaki Spent time: -
Target version:v0.13

Description

There should be an option to encrypt/decrypt files before/after they are
uploaded/downloaded. The user should specify his public/private key in .kamakirc.

Kamaki should automatically encrypt the file before uploading it, asking
for the key's password if necessary. When a file is downloaded, it should be
automatically decrypted, again asking for the password if necessary.

This could be done for individual files, e.g.,

kamaki file upload filename containername --encrypt

It could also be set as an option for all files or type of files in .kamakirc
encrypt_all=on/off
encrypt_extensions=[py, txt, jpg]

Also available in: Atom PDF