Jump to content

Perfect file encryption & compression idea


goldenix
 Share

Recommended Posts

1) zip all files with winrar.exe using Zipper with winrar.au3 UDF ( even pass protect )

2) use convert file to binary UDF by Fabry Result:

$pic="0x"
$pic&="FFD8FFE000104A46494600010101006000600000FFED258850686F746F73"
$pic&="686F7020332E30003842494D042500000000001000000000000000000000"
$pic&="0000000000003842494D03ED000000000010004800000001000200480000"
$pic&="000100023842494D042600000000000E000000000000000000003F800000"

3) Randomly replace numbers in the strings, for example:

Replace All F with D and so on with 50% of all alphabetical chars

Replace first 4 occurrence of 0 in each string with randomly generated chars ( 0000 to 04FE)

Replace or remove random occurrence of random char in string ( 1000448 to 100048 )

4) use convert binary To File UDF & Remove/change file extension

Random positions of chars will be generated once & will be compiled into the main.exe. main.exe will be hidden inside another file.

will it be possible to break this? Im asking because inside different file types the info is stored in certain patterns, this way media info can determine what kind of a file we are dealing with. so how deep shoould I replace or remove chars so the result can not be read never by anyone.

Edited by goldenix
My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...