replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
298 stars 25 forks source link

encryptor-ns for cljs #96

Closed TimoKramer closed 1 year ago

TimoKramer commented 1 year ago

@whilo cljs support is now broken since encryptor-ns uses java.io.

jsmassa commented 1 year ago

PR #90 includes a temporary fix now, with usage of a salt still missing though.

whilo commented 1 year ago

I had cljs support also working initially without salt, but I need to take a look again how the buffer concatenation works in cljs. Without salt the encryption is kind of broken (see link). I will try to fix it on the weekend.

whilo commented 1 year ago

This is fixed now with #90.