Freedom Tech Co.
· 5d
How do you handle the encryption for large docs?
In https://sigit.io we found it was not practical to encrypt directly using a private key, esp when using a bunker signer
So we instead encrypted wi...
We modified the original nostr-tools implementation to open up nip-44 for large files. it doesnt work with signers, but if you have keys it works. It is not backwards compatible though
https://github.com/formstr-hq/nostr-forms/blob/master/packages/formstr-app/src/utils/blossomCrypto.ts#L9