jvarho / pylibscrypt

scrypt for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add direct unicode support?

jvarho opened this issue · comments

It is a bit inconvenient having to encode passwords before passing them to the MCF functions. Perhaps it would be better to handle conversions from u"strings" automatically. Need to consider potential for regressions when moving between python versions, though.