hc671123

Results 7 comments of hc671123

Hi a little suggestion to the script, when you already want to implement Caesar, why don't you implement it with the posibillity to use a Key to en- / decrypt...

Hi a few questions regarding your issue: 1. In which mode would you like to operate AES (GCM, ECB, etc.)? 2. Would you like to use an existing library like...

Hi, Thanks for your fast reply! If you want the Script to encrypt files with good crypto, I would recommend using AES-GCM as it is safer than AES-ECB and also...

Another Idea: If you want you could maybe let the user decide which Mode he wants to use... If you want I can also give you an implementation of AES-GCM...

Hi, Sounds good, I'll make a public repo with the Code and link it when im done with it. I'll just double check everything and translate my comments into English....

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...

Hi again, My implementation is in this Repo: https://github.com/hc671123/AES_GCM_Python some ideas I just had regarding the file encryption / decryption: Maybe it would be nice to have some kind of...