pgpainless / sop-java

Stateless OpenPGP Protocol API and CLI for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow non-UTF8 passwords during decryption

vanitasvitae opened this issue · comments

Passwords provided in sop decrypt --with-password PASSWORD are allowed to be non-UTF8 data.
Currently sop-java-picocli rejects non-UTF8 passwords, including during decryption.