Enter the password to use for encryption: test
Traceback (most recent call last):
File "/home/honeybunz/py2exetest/lib/python3.11/site-packages/cx_Freeze/initscripts/__startup__.py", line 139, in run
module_init.run(name + "main")
File "/home/honeybunz/py2exetest/lib/python3.11/site-packages/cx_Freeze/initscripts/console.py", line 18, in run
exec(code, module_main.dict) # pylint: disable=exec-used
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "py2exetest.py", line 83, in <module>
File "py2exetest.py", line 46, in encrypt_all_files
File "py2exetest.py", line 33, in encrypt_file
File "/home/honeybunz/py2exetest/lib/python3.11/site-packages/cryptography/hazmat/primitives/ciphers/base.py", line 185, in finalize
data = self._ctx.finalize()
^^^^^^^^^^^^^^^^^^^^
File "/home/honeybunz/py2exetest/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl/ciphers.py", line 222, in finalize
raise ValueError(
ValueError: The length of the provided data is not a multiple of the block length.
Traceback (most recent call last):
File "/home/honeybunz/py2exetest/lib/python3.11/site-packages/cx_Freeze/initscripts/__startup__.py", line 139, in run
module_init.run(name + "main")
File "/home/honeybunz/py2exetest/lib/python3.11/site-packages/cx_Freeze/initscripts/console.py", line 18, in run
exec(code, module_main.dict) # pylint: disable=exec-used
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "py2exetest.py", line 83, in <module>
File "py2exetest.py", line 46, in encrypt_all_files
File "py2exetest.py", line 33, in encrypt_file
File "/home/honeybunz/py2exetest/lib/python3.11/site-packages/cryptography/hazmat/primitives/ciphers/base.py", line 185, in finalize
data = self._ctx.finalize()
^^^^^^^^^^^^^^^^^^^^
File "/home/honeybunz/py2exetest/lib/python3.11/site-packages/cryptography/hazmat/backends/openssl/ciphers.py", line 222, in finalize
raise ValueError(
ValueError: The length of the provided data is not a multiple of the block length.
