matiasb / python-unrar

A ctypes wrapper for UnRAR library, plus a rarfile module on top of it.
http://python-unrar.readthedocs.org/en/latest/
GNU General Public License v3.0
74 stars 30 forks source link

better handling password encoding #30

Open kice opened 2 years ago

kice commented 2 years ago

It is very wired unrar expose API only available in multibytes string on setting password while internally use widechar/utf-16le.