You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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???
The text was updated successfully, but these errors were encountered:
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 anythingsas 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???
The text was updated successfully, but these errors were encountered: