jojonas / pyage

Actually good encryption. In Python.
MIT License
31 stars 2 forks source link

Allow stdout with --ascii #12

Closed goldstar611 closed 7 months ago

goldstar611 commented 1 year ago

pyage doesn't allow output to a TTY because it may not be safe if it's binary, but with the --ascii switch added std should be fine.