David Junger

Results 73 comments of David Junger

Like I said, the feature should be easy to implement with WebCrypto. Thank you for bringing this use-case. It is a little unusual : typically, you would decrypt the data...

There are two options that I could implement mostly with WebCrypto primitives. In both cases, an AES key is used internally to encrypt the actual data. The key will either...

Keep in mind that this "peace of mind" means the data will be lost "permanently" if the user loses the password. I use quotes around "permanently" because Zip password derivation...

After studying the spec and searching the Web in vain, I am officially dropping RSA public key encryption. Just in case someone else comes along wanting that feature : sorry,...

Sorry, I haven't taken the time to write it yet (kinda annoyed at how incredibly complicated the Zip designers made that feature…). You need it too ?

Does it break only since Windows 11 ? Is this shell extension used by default when a user downloads a file from Edge, or is it only something you use...

OK. So on any Windows PC since before client-zip existed, when browsing the files generated by client-zip, users will see UTF-8 names interpreted as… a character set based on the...

The extra field in itself doesn't make the code ugly, just a bit longer, and it's a waste for most users. There is also the question of how do you...

I think you tried replying to GitHub and attaching a file. Doesn't work that way. You can easily find my personal email on my profile.

I'm not sure what you are asking for, but I assume you want some network events to be injected into the State Chart. You can inject events by calling `fireEvent`...