Difference between revisions of "XOR ViewThru"

From wxHexEditor
Jump to navigation Jump to search
(Created page with "'''TODO Add Picture''' Do you want to edit a file that encrypted(!) with XOR? I do (At [SamyGO.tv Project]. Thanks to SAMSUNG's engineers for use this dummy encryption techn...")
 
 
Line 1: Line 1:
'''TODO Add Picture'''
 
 
 
Do you want to edit a file that encrypted(!) with XOR?
 
Do you want to edit a file that encrypted(!) with XOR?
  
Line 7: Line 5:
 
So wxHexEditor has a unique feature that, you can edit the files directly even if they encrypted with XOR.
 
So wxHexEditor has a unique feature that, you can edit the files directly even if they encrypted with XOR.
  
I also want to implement AES ViewThru goggles for wxHexEditor that can read and write AES encrypted files on the fly, but this feature need some research. Not surprised if you see this feature later.
+
You can enable XOR ViewThru option from '''Tools -> XORView Thru'''
 +
 
 +
Here is the example test file, which has "testfile" strings repeatedly and some corrupted sections. After enabling XORView Thru with "testfile" ASCII key, you can see the change:
 +
 
 +
[[File:XOR_ViewThru.gif]]
 +
 
 +
 
 +
I also want to implement AESView Thru goggles for wxHexEditor that can read and write AES encrypted files on the fly, but this feature need some research. Not surprised if you see this feature later.

Latest revision as of 18:04, 22 February 2014

Do you want to edit a file that encrypted(!) with XOR?

I do (At [SamyGO.tv Project]. Thanks to SAMSUNG's engineers for use this dummy encryption technique...)

So wxHexEditor has a unique feature that, you can edit the files directly even if they encrypted with XOR.

You can enable XOR ViewThru option from Tools -> XORView Thru

Here is the example test file, which has "testfile" strings repeatedly and some corrupted sections. After enabling XORView Thru with "testfile" ASCII key, you can see the change:

XOR ViewThru.gif


I also want to implement AESView Thru goggles for wxHexEditor that can read and write AES encrypted files on the fly, but this feature need some research. Not surprised if you see this feature later.