crypter icon indicating copy to clipboard operation
crypter copied to clipboard

AES Encryption

Open SirKnightV opened this issue 2 years ago • 4 comments

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?

SirKnightV avatar Jan 28 '22 17:01 SirKnightV

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 https://github.com/PushpenderIndia/crypter/issues/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: @.***>

PushpenderIndia avatar Jan 29 '22 08:01 PushpenderIndia

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 :)

SirKnightV avatar Jan 29 '22 20:01 SirKnightV

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 https://github.com/PushpenderIndia/crypter/issues/10#issuecomment-1024979554, 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: @.***>

PushpenderIndia avatar Jan 30 '22 17:01 PushpenderIndia

do you have telegram for contact you?, if is yes do you can provide me your telegram or discord for contact?

SirKnightV avatar Feb 06 '22 01:02 SirKnightV