isislovecruft / python-gnupg

A modified version of python-gnupg, including security patches, extensive documentation, and extra features.
Other
426 stars 171 forks source link

encrypt_file not work on Linux and Unix #279

Open constantinedev opened 2 years ago

constantinedev commented 2 years ago

I don't was it my python version problem or what when I try to use gpg.encrypt(stream, passhrase, output) that can work on every fopen data stream override all system but only when I try to use gpg.encrypt_file(...) in Linux and OSX it not work for encrypt anythings

as well in windows I have use the same python3.8 in 32bit but even linux and Mac OS I used x64 of python3.8 same sure I have to know the problem are not about the different of 32 or 64bit but really I'm work it with Ubuntu 20.04 and python3.8 version Was it a bug with encrypt_file???