Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Security-Basics
[Top] [All Lists]

[Fwd: Re: Cracking simple password encryption]

Subject: [Fwd: Re: Cracking simple password encryption]
Date: Wed, 28 Dec 2005 10:51:34 -0000 (GMT)
---------------------------- Original Message ----------------------------
Subject: Re: Cracking simple password encryption
From:    jim@openanswers.co.uk
Date:    Wed, December 28, 2005 10:49 am
To:      "Thomas Muders" <thomas.muders@gmail.com>
--------------------------------------------------------------------------

aQ==    i
cg==    r
ew==    {
aWo=    ij
aXE=    iq
e3g=    {x
aWpq    ijj
aWpx    ijq
aXFx    iqq
cnFx    rqq

so you can continue with the rest, I'm too lazy for that ;)

Thomas

If you compare the Base64 decodes characters with the plaintext a pattern
seems to emerge.


a       61
i       69 -
----------
         8

b       62
r       72 -
----------
        10

c       63
{       7B -
----------
        18

I know the signs are wrong BTW. Each charcter appears to be transformed
before being base 64 encoded.

'a' = 'a' + 0x08;
'b' = 'b' + 0x10;
'c' = 'c' + 0x18;

Without any other crypts to go on I can't test this pattern further.
Perhaps the pattern starts again at character 4, which might explain some
of the behaviour noticed by others. There was mention of a decoder for
these crypts; can someone post a URL with the details? What are these
crypts used for anyway?

Regards,
Jim Halfpenny



---------------------------------------------------------------------------
EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE
The Norwich University program offers unparalleled Infosec management 
education and the case study affords you unmatched consulting experience. 
Tailor your education to your own professional goals with degree 
customizations including Emergency Management, Business Continuity Planning, 
Computer Emergency Response Teams, and Digital Investigations. 

http://www.msia.norwich.edu/secfocus
----------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>
  • [Fwd: Re: Cracking simple password encryption], jim <=