Crack.pl v2 is out
I am happy to anounce the release of crack.pl version 2 it can be downloaded in a zip file :
http://code.google.com/p/kalgecin/downloads/list
or svn :
http://kalgecin.googlecode.com/svn/crack/
Enjoy
I am happy to anounce the release of crack.pl version 2 it can be downloaded in a zip file :
http://code.google.com/p/kalgecin/downloads/list
or svn :
http://kalgecin.googlecode.com/svn/crack/
Enjoy
Hi guys,
It’s been a long time scince i last posted any thing. maybe too long
any way, i’ve been working on this sha1/md5 cracker for a long time and been using it for a month or so.I’ve made it for my own use really but some people asked me to release it. It’s available at http://kalgecin.110mb.com/index.php?id=codes.
Hope you’ll enjoy this little script.
To comment or suggest please see more at my blog kalgecin.blogspot.com
Hey there guys… !!!
I’m back after a long long time….. Those who know me, know the reason for this outage….. And for those who are new to this site… well.. this is Ne0.
So let me now start with my today’s post… As you all might have already read the title…. Malicious Cryptography… or Cryptovirology. Ever heard this word before ??? Those who are aware of this term, must be aware of its concept and working. And those who are unaware, read on…………..

Similar to last year, FBI has arranged second round of Cryptanalysis contest.
Hope someone would find this interesting!!
Recently researches were able to find a loop hole in SSL certificate implementation which could could make any secure website (relying on md5 hashing of CA certificates) vulnerable to nearly undetectable phishing attack.
To brief the attack:
Hula Guys….I’m back with yet another topic on cryptography. This time, it’s cryptographic file systems. Securing data is more important than ever. As the Internet has become more pervasive, security attacks have grown. Widely-available studies report millions of dollars of lost revenues due to security breaches. As security becomes a greater focus in networks, every aspect of online information needs a level of protection from the network-level use of firewalls and IDS to the host-level use of IDS. But these days, an additional level of security has come on the forefront of information security field. Cryptographic File Systems.
Hey There !
Welcome back to read my post. Today I was trying to read a mail that one of my friends had sent me yesterday. The email was encrypted with a very well known encryption. — PGP. Those who know this terminology, are well aware of what PGP is. However, let me explain in brief to those who are unaware of PGP. PGP or Pretty Good Privacy, is an encryption standard that is widely used for encrypting your emails. Such that only the sender and receiver knows the content inside the mail. Even if the mail is sniffed on its way from source to destination, its contents could not be read.
Thanks to the technology of asymmetric cryptography, where a message is encrypted with receiver’s public key, sent to the destination, and the receiver then decrypts it with his private key. This, and many more ways exists to encrypt the text messages across Internet.
Hi !
Today I’m going to discuss about MD5 Collision Attack. But before proceeding, I’ll just give a brief on the HAsh function. A “hash” (also called a “digest”, and informally a “checksum”) is a kind of “signature” for a stream of data that represents the contents. The closest real-life analog we can think is “a tamper-evident seal on a software package”: if you open the box (change the file), it’s detected.
So what is an MD5 Collision Attack and how is it constructed ?? Before going at this stage, let me first explain what hashing really means ! The very first point here is, to understand that hashing is NOT encryption. This is a common confusion, especially because all these words are in the category of “cryptography”, but it’s important to understand the difference. “Encryption” transforms data from a cleartext to ciphertext and back (given the right keys). Thus we see that “Encryption” is a two-way operation. Hashes, on the other hand, are stream of data into small digest, and it’s strictly a one way operation. All hashes of the same type – (this example shows the “MD5″ variety) – have the same size no matter how big the inputs are.