mrrfv / open-android-backup

Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
http://openandroidbackup.me/
GNU General Public License v3.0
674 stars 37 forks source link

-p will take incorrect arguments if empty #12

Closed NervousFeck closed 2 years ago

NervousFeck commented 2 years ago

If you provide no password during the encryption it will take the characters after the -p in the script as an argument and generate an unopenable zip.

https://sourceforge.net/p/sevenzip/discussion/45797/thread/003f4992/ it's a known issue with p7zip apparently

mrrfv commented 2 years ago

Using no password is unsupported as per the README, so this issue won't be fixed. I could've misunderstood you though, so I'm leaving this issue open.

mrrfv commented 2 years ago

Closing this issue due to lack of a response.