Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing arbitrary files #12

Open
fastaddons opened this issue Mar 6, 2021 · 0 comments
Open

Storing arbitrary files #12

fastaddons opened this issue Mar 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@fastaddons
Copy link
Collaborator

Sometimes the secret comes in a form of "file" and not in a text format.
So if you need to store a secret certificate, like "PKCS 12" (used by Apple), you can't do that here even though the file size is only about 3.19 KB.

The encryption part is easy as the file is a blob which will be converted to bytes and encrypted.

The UI could be like an attachment to a note. So each note could have a several files attached.
This way you can provide some description, for example - "These are my apple dev. certificates".

The only issue is that the single note size limit (8KB) will be shared with all files in the note, including the note. But there is not much I could do about that anyway...

@fastaddons fastaddons added the enhancement New feature or request label Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

0 participants