Properly handle upload and Update the structure of exported files #109
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#109
Loading…
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