-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AES Encryption and Decryption #351
Comments
Hi a few questions regarding your issue:
If you are fine with using a library like pycryptodomex it should not take long to code a small script which en- and decrypts files... |
Hi, |
Hi, I wish you all a great day |
Another Idea: If you want you could maybe let the user decide which Mode he wants to use... |
Hi again, |
Also, can any of the maintainers assign me this issue pls? Thanks! |
Hi, |
Sounds good, btw @hc671123, are you a maintainer of this repo or you want to contribute to this issue(in general or for hacktoberfest)? |
I am not a maintainer but I'll contribute on another Issue and I'll give you the AES GCM Code... I could also contribute to this issue but in the moment I dont have much free time |
Ah, alright cool, I'll work on this issue then |
Hi, @DhanushNehru, can you pls review the problem and assign me this issue? |
Hi again, some ideas I just had regarding the file encryption / decryption: Maybe it would be nice to have some kind of Key Managment System, which ensures that maybe every file has its own key and a deterministic nonce which increments with changes to the file?! And maybe one could add a possibility to encrypt a file with a password using a key derivation function or by encrypting the key with the password with Vigenere or something like that... But these are just ideas I had you can also take a completely different approach! If you have any questions regarding my implementation you are free to ask them anytime and I wish you a pleasant day! |
Hi there, thanks for the implementation! For now, let's implement the basic script and later we can add these ideas. I'll complete my part now. Have a good day! |
Is your feature request related to a problem? Please describe.
There is a need for a secure way to encrypt and decrypt files for safe storage.
Describe the solution you'd like
Python scripts that implement AES encryption and decryption for files with a key.
Describe alternatives you've considered
While online tools exists, they require users to trust third-party services with their files.
Please assign me this issue for hacktoberfest. Thanks!
The text was updated successfully, but these errors were encountered: