magicJack Tips and Tricks
Moderators: Bill Smith, Pilot
-
Maximus64
- MagicJack Newbie
- Posts: 6
- Joined: Wed Nov 10, 2010 9:44 pm
- Location: US
Post
by Maximus64 »
Anyone know how do decrypt an "SJEN" file?
As I can see in the MagicJack.exe file I can see 4 call: DecodeBase64, EncodeBase64, DecryptRC4, EncryptRC4
I thinking they encrypt those file with Base64 and RC4
Here is some file that i rip form a bug report to test on:
http://www.mediafire.com/?tww0bkmdf9lypqw

-
neo2121
- Dan isn't smart enough to hire me
- Posts: 282
- Joined: Wed Jan 09, 2008 10:05 am
-
Contact:
Post
by neo2121 »
wrong tree
-
steroids
- MagicJack User
- Posts: 33
- Joined: Mon Jun 15, 2009 12:05 pm
Post
by steroids »
Maximus64 wrote:Anyone know how do decrypt an "SJEN" file?
As I can see in the MagicJack.exe file I can see 4 call: DecodeBase64, EncodeBase64, DecryptRC4, EncryptRC4
I thinking they encrypt those file with Base64 and RC4
Here is some file that i rip form a bug report to test on:
http://www.mediafire.com/?tww0bkmdf9lypqw

Nothing interesting in there:
Code: Select all
State: Operational
Servers:
69.4.236.239:3478
1 interface(s):
Interface #0:
State : UnknownStatus
Local IP : 192.168.1.121
Status : Unknown
intStatus : Unknown
Tests : 0 (-/-/-/-)
Mapped IP : 0.0.0.0
-
pancho1950
- MagicJack Contributor
- Posts: 54
- Joined: Sat Mar 07, 2009 9:00 pm
Post
by pancho1950 »
Maximus64 wrote:Anyone know how do decrypt an "SJEN" file?
As I can see in the MagicJack.exe file I can see 4 call: DecodeBase64, EncodeBase64, DecryptRC4, EncryptRC4
I thinking they encrypt those file with Base64 and RC4
Here is some file that i rip form a bug report to test on:
http://www.mediafire.com/?tww0bkmdf9lypqw

-
Maximus64
- MagicJack Newbie
- Posts: 6
- Joined: Wed Nov 10, 2010 9:44 pm
- Location: US
Post
by Maximus64 »
steroids wrote:Maximus64 wrote:Anyone know how do decrypt an "SJEN" file?
As I can see in the MagicJack.exe file I can see 4 call: DecodeBase64, EncodeBase64, DecryptRC4, EncryptRC4
I thinking they encrypt those file with Base64 and RC4
Here is some file that i rip form a bug report to test on:
http://www.mediafire.com/?tww0bkmdf9lypqw

Nothing interesting in there:
Code: Select all
State: Operational
Servers:
69.4.236.239:3478
1 interface(s):
Interface #0:
State : UnknownStatus
Local IP : 192.168.1.121
Status : Unknown
intStatus : Unknown
Tests : 0 (-/-/-/-)
Mapped IP : 0.0.0.0
Can you show me how?
-
Maximus64
- MagicJack Newbie
- Posts: 6
- Joined: Wed Nov 10, 2010 9:44 pm
- Location: US
Post
by Maximus64 »
someone?
-
Maximus64
- MagicJack Newbie
- Posts: 6
- Joined: Wed Nov 10, 2010 9:44 pm
- Location: US
Post
by Maximus64 »
Here is some more info in the file:
All file begin wih prefix:
or
-
jimmy009
- MagicJack Newbie
- Posts: 1
- Joined: Sat Nov 20, 2010 12:56 am
- Location: US
Post
by jimmy009 »
Maximus64 wrote:Anyone know how do decrypt an "SJEN" file?
As I can see in the MagicJack.exe file I can see 4 call: DecodeBase64, EncodeBase64, DecryptRC4, EncryptRC4
I thinking they encrypt those file with Base64 and RC4
Here is some file that i rip form a bug report to test on:
http://www.mediafire.com/?tww0bkmdf9lypqw

By identify the file i see that it is 100% use RC4 but i can't find the key in the content, maybe that where the base 64 get in place
Hope it help