> CRYPT / PASSWORD TOOLS (WEB APP)> SIMPLE SCRAMBLE SERIES (FILE PROTECTION)
> DESCRIPTIONSCRAMBLE SERIES
A web application that scrambles file data by swapping bits.
The same process will restore the original file.
Case of 2 bit(Eexample)
01010101
↓
10101010
10001000
↓
01000100 Case of 4 bit(Eexample)
00110011
↓
11001100
10001000
↓
00010001 Case of 8 bit (1 bit unit)(Eexample)
00001010
↓
01010000 Case of 8 bit (4 bit unit)(Eexample)
0000 1010
↓
1010 0000
0000 1111
↓
1111 0000 DOWNLOAD BIT SWAP (OFFLINE VER)
※ Redistribution of offline version is prohibited.