Menu

#4 Enhance the encryption to be more than XOR

Security Flaws
open
nobody
Encryption (1)
5
2016-02-13
2009-06-02
ojblass
No

Currently the encryption can be easily cracked using primitive methods and statistical distribution analysis on the 'obfuscated' scripts.

Discussion

  • ojblass

    ojblass - 2009-06-02
    • milestone: --> Security Flaws
     
  • gits

    gits - 2016-02-13

    yet more simple than that, here is a oneliner

    awk 'BEGIN{for(i=0;i<=127;i++)[sprintf("%c",i)]=i}NR==1&&/decrypt/{next}{n=split($0,a,//);s="";for(i=1;i<=n;i++)s=s sprintf("%c",xor([a[i]],0xc));printf "%s\n", s}'

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.