Can I use the pyOpenSSL python module for encrypting and deciphering files?
I have a project that requires OpenSSL to encrypt and decrypt files. I chose python because I know it and it's easier to create a GUI with the available frameworks. However, I couldn't find videos or good resources or documentation related to the pyOpenSSL module. Is that possible or should I replace python with something else?
🔴 No definitive solution yet