Help me fix this script please !!! /u/Iwanna_behappy Python Education

This Python script takes a directory based on user input and allows file selection for the encryption process. So far, I have encountered the following problems:

The generation of the key is successful, and I can store it wherever I want.

Once the selected files are encrypted, a dedicated file is created for each encrypted file, and they are stored successfully. However, the original files remain in the directory.

Here’s the corrected version of your statement:

When I select the decryption option, I encounter an “Access Denied” error, no matter where the key is stored, and I’m not sure why this happens.

I’ve created a dedicated Git repository for this project, so if anyone can help me, it would be greatly appreciated.

My goal is to have the script encrypt and decrypt files normally while allowing me to store the key wherever I want.

Just a small note: I used Claude 3.5 for some assistance as I’m learning Python through this project

here is the link : https://github.com/000bachir/encrypte_script

submitted by /u/Iwanna_behappy
[link] [comments]

​r/learnpython This Python script takes a directory based on user input and allows file selection for the encryption process. So far, I have encountered the following problems: The generation of the key is successful, and I can store it wherever I want. Once the selected files are encrypted, a dedicated file is created for each encrypted file, and they are stored successfully. However, the original files remain in the directory. Here’s the corrected version of your statement: When I select the decryption option, I encounter an “Access Denied” error, no matter where the key is stored, and I’m not sure why this happens. I’ve created a dedicated Git repository for this project, so if anyone can help me, it would be greatly appreciated. My goal is to have the script encrypt and decrypt files normally while allowing me to store the key wherever I want. Just a small note: I used Claude 3.5 for some assistance as I’m learning Python through this project here is the link : https://github.com/000bachir/encrypte_script submitted by /u/Iwanna_behappy [link] [comments] 

This Python script takes a directory based on user input and allows file selection for the encryption process. So far, I have encountered the following problems:

The generation of the key is successful, and I can store it wherever I want.

Once the selected files are encrypted, a dedicated file is created for each encrypted file, and they are stored successfully. However, the original files remain in the directory.

Here’s the corrected version of your statement:

When I select the decryption option, I encounter an “Access Denied” error, no matter where the key is stored, and I’m not sure why this happens.

I’ve created a dedicated Git repository for this project, so if anyone can help me, it would be greatly appreciated.

My goal is to have the script encrypt and decrypt files normally while allowing me to store the key wherever I want.

Just a small note: I used Claude 3.5 for some assistance as I’m learning Python through this project

here is the link : https://github.com/000bachir/encrypte_script

submitted by /u/Iwanna_behappy
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *