| View previous topic :: View next topic |
| Author |
Message |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Mon Jun 23, 2008 7:53 pm Post subject: Searching for Light text Obfuscators |
|
|
Hey Guys,
I am Looking for ANY programs/scripts that perform light Text Obfuscation.
So that I can test them against a project that I am working on.
Last edited by mobius on Tue Jul 01, 2008 9:06 am; edited 1 time in total |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1496
|
Posted: Tue Jun 24, 2008 2:05 am Post subject: |
|
|
I wrote a short text de/encryption script of dubious reliability [here].
There's a couple others on the forums, just search for 'encryption' in the scripts & function section. _________________ My Home Thread
More Common Answers: [1]. It's in the FAQ [2]. Ternary ( a ? b : c ) guide [3]. Post code inside [code][/code] tags ! |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Sat Jul 05, 2008 8:56 pm Post subject: |
|
|
Sorry VxE but could not create a consistent character table pattern with
your code on which to test.
Wealth of others on the boards though, thanks man. |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1496
|
Posted: Tue Jul 08, 2008 5:36 am Post subject: |
|
|
| mobius wrote: | Sorry VxE but could not create a consistent character table pattern with
your code on which to test.
Wealth of others on the boards though, thanks man. | Oops, seems that one of the edits I made to a support function was broken... It's fixed now
btw: what do you mean by 'consistent character table pattern' ? I thought encryptions weren't supposed to be table-based anymore... _________________ My Home Thread
More Common Answers: [1]. It's in the FAQ [2]. Ternary ( a ? b : c ) guide [3]. Post code inside [code][/code] tags ! |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Tue Jul 08, 2008 9:58 am Post subject: |
|
|
You have repaired it? brilliant, would love to have another crack at it, or at some of its output!
Real interest in your project's abilities & style man, Where might I obtain
some working model code for... what is its name by the way?
| [VxE] wrote: | | btw: what do you mean by 'consistent character table pattern' ? I thought encryptions weren't supposed to be table-based anymore... |
Aye VxE, You're right, its an old method but from our projects point of
view, all methods contain a working character table at runtime which is most
often seeded by a password.
Given enough time and characters, a pattern can often be found negating the need for the password at all.
Hardcoded tables or via pattern matching are just something I need to nail
before moving on to Inflate / Deflate methods.
I said this in reference to your code because We could not get it to decrypt
what it had encrypted. |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1496
|
Posted: Wed Jul 09, 2008 12:48 am Post subject: |
|
|
| mobius wrote: | Where might I obtain
some working model code for... what is its name by the way? |
I see... thx for the explanation (I know nothing about decryption )
The working (again) code is at the same place (in this thread or in my sig).
write-only memory is the best data protection  _________________ My Home Thread
More Common Answers: [1]. It's in the FAQ [2]. Ternary ( a ? b : c ) guide [3]. Post code inside [code][/code] tags ! |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Wed Jul 09, 2008 7:25 pm Post subject: |
|
|
Hey VxE,
Quality work, Exactly what I was looking for. Especially like the gui you
created to show off your function, Means we can start testing right away!
| Quote: | (I know nothing about decryption ) |
Neither do I by modern standards, This project Strobe was a random
idea that actually started yielding results! Would love to Port it to AHK when
I am more proficient with the language.
Best form of protection is to not keep secrets
Thx again VxE. |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Wed Jul 09, 2008 10:20 pm Post subject: |
|
|
VxE_DDKE is an absolute Animal man, and way out of our projects league
at the moment!
Is there a reason why LowerBound starts at 32 so does not incorporate
space and ! chars?
Humbly slinking back to bring our project up to date!  |
|
| Back to top |
|
 |
|