To use this module, you can either import crypt_r explicitly or use the old crypt name for backward compatibility. However, on Python older than 3.13, the crypt module from the standard library will ...
python-rsa-crypt/ ├── data/ │ ├── input.txt # Arquivo de entrada para criptografia │ ├── output.crypt # Arquivo de saída com o conteúdo criptografado ├── security/ │ ├── private.csa # Chave privada ...