jyruzicka / rubyfocus

A one-way (read-only) ruby bridge to OmniFocus.
28 stars 10 forks source link

zipfile was referenced when it should have referenced 'f'. Changing t… #2

Closed colbygk closed 7 years ago

colbygk commented 7 years ago

…o 'fq_zipfile' to self document fully qualified zipfile name

jyruzicka commented 7 years ago

Looks good! Glad someone's playing around with the omnisync updater - I don't tend to use it in everyday applications.

colbygk commented 7 years ago

I may have hit a wall with this as I am trying to use it against the omnisync server, but their encrypted zip format appears to be proprietary. Do you think that is correct?

jyruzicka commented 7 years ago

Oh yeah, that's why I'm not doing much against the the Omni Sync Server...

Yeah, their files are encrypted. It's not proprietary, but it's horridly secure and I haven't worked out a good way to code up the decryption algorithm in ruby yet. You can find the gory technical details here.

FWIW, I've managed to get PBKDF2 running in ruby, but I've always run into a wall when it comes to implementing AESUNWRAP.