nostrbuild / nostr.build

FOSS version of nostr.build
https://nostr.build
MIT License
58 stars 10 forks source link

About encrypted files #21

Closed shanelau closed 1 year ago

shanelau commented 1 year ago

Hi,dose nostr.build support to storage encrypted file? I will encrypt the file(Image / Video / PDF) using the AES algorithm and then store it on the server. The file name will be a hash string, and the file content will be the encrypted content.

fishcakeday commented 1 year ago

It does not, and there is no plan to do so at this time. Thank you for your interest.

shanelau commented 1 year ago

Suggest you to support it, as encryption files are essential for encryption applications.

fishcakeday commented 1 year ago

This is outside the scope of nostr.build service, it is about public media (video, images) storage that should be accessible to the viewer. I think you are looking for a project that focuses on a general file sharing like Google Drive, Dropbox or similar.

shanelau commented 1 year ago

We have already integrated with AWS S3, but we would like to pay sats to use the file service.

fishcakeday commented 1 year ago

That is great, but again, this is not the right service for that. There are plans in the future to have a more generic service that would allow storage of files, but not in this implementation.

I would suggest opening a new issue and describe in details what you propose as a service, and what features you want to see. Please provide as many details as possible. Thank you.

shanelau commented 1 year ago

Thank you for your response. Perhaps the functionality of encrypting files is not very common.