-
Notifications
You must be signed in to change notification settings - Fork 74
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 #10
Comments
This crypter will bruteforce the Numeric Key, and as we intentionally write
weak key, crypter will decrypt and run the code in memory, This
functionality is developed for code obfuscation,
professional cracker might able to dump the decrypted data from the memory,
so this technique is only helpful for AV evasion, and not for Anti Cracking
…On Fri, 28 Jan, 2022, 11:29 pm VIPER X Chaos, ***@***.***> wrote:
Hello, i'm seeing for use this code for protect my python 3 source codes,
if i put a key of 300 for example, this can get decrypted by other person
like a proffessional on cryptography for example ?, or the AES256 will
protect my code including they have the key "300" when my code is in
runtime?
—
Reply to this email directly, view it on GitHub
<#10>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANORYIR4FJLZPWCKOK2XJ23UYLKR3ANCNFSM5NBMNJAQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
ok i understand thanks for reply, im going to check what i can do for protect code for professional cracker, thanks same :) , if do you wish and you want, i can in a future give you a contribuition for the source code you made, i mean for protect it from professional cracker too, i guess this will give your programm more reputation, same thank you :) |
Always open for contribution, you can contribute to this repo, if you want,
If I think that it is adding some value, I would love to merge in the code
…On Sun, 30 Jan, 2022, 1:48 am VIPER X Chaos, ***@***.***> wrote:
ok i understand thanks for reply, im going to check what i can do for
protect code for professional cracker, thanks same :) , if do you wish and
you want, i can in a future give you a contribuition for the source code
you made, i mean for protect it from professional cracker too, i guess this
will give your programm more reputation, same thank you :)
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANORYIQSJTQ2ZIRRXZY6BDDUYRDRBANCNFSM5NBMNJAQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
do you have telegram for contact you?, if is yes do you can provide me your telegram or discord for contact? |
Hello, i'm seeing for use this code for protect my python 3 source codes, if i put a key of 300 for example, this can get decrypted by other person like a proffessional on cryptography for example ?, or the AES256 will protect my code including they have the key "300" when my code is in runtime?
The text was updated successfully, but these errors were encountered: