Properly handle upload and Update the structure of exported files #109
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FINAL EXPORTED
When all the counterparts have signed the sigit, export the file as FILENAME.sigit.zip and its structure should be like
-> meta.json
-> files
UNFINISHED SIGIT
When exporting sigit (encrypted file) it should be wrapped in a zip file along with keys.json and wrapper zip file structure should be like
-> keys.json
-> filename.sigit
keys.json contains an Array of encrypted decryption keys (encrypted to each counterpart's pubkey)
The length of decryption keys array should be multiple of 10 to hide the number of counterparts.
{"decryptkeys":["pubkey1 encrypted decryption key","pubkey2 encrypted decryption key","padding key"]}
Handle Upload
Properly handle uploadto Properly handle upload and Update the structure of exported files