CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2015
    Posts
    14

    Lightbulb Triangular Encryption of Data

    This one-way, triangular function is an encryption algorithm which begins by stripping away the left most edge of the input and does a "flip and replace" prior to a quad-xor process. This algorithm is written in Autoit (see commented code in attached zip) and is attached along with a .exe.
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured