From be2b31845c35bd356eef511f0994656b8a33f768 Mon Sep 17 00:00:00 2001 From: agusmakmun <summon.agus@gmail.com> Date: Sat, 21 May 2016 14:27:56 +0700 Subject: [PATCH] Add post Python Crazy Decrypter has been Released --- ...ython-crazy-decrypter-has-been-released.md | 40 +++++++++++++++++++ category/security.md | 6 +++ 2 files changed, 46 insertions(+) create mode 100644 _posts/2016-05-21-python-crazy-decrypter-has-been-released.md create mode 100644 category/security.md diff --git a/_posts/2016-05-21-python-crazy-decrypter-has-been-released.md b/_posts/2016-05-21-python-crazy-decrypter-has-been-released.md new file mode 100644 index 0000000..b16888b --- /dev/null +++ b/_posts/2016-05-21-python-crazy-decrypter-has-been-released.md @@ -0,0 +1,40 @@ +--- +layout: post +title: "Python Crazy Decrypter has been Released" +date: 2016-05-21 14:25:20 +0700 +categories: [python, security] +--- + +Hello gays, this night i want to share my Python Crazy Decrypter tool. Python Crazy Decrypter is real crazy tool to decrypt md5, sha1, sha224, sha256, sha384, and sha512 with Brute Force method. Like most hashes Decrypter we know used the database to check the hash is valid or not. + +This Python Crazy Decrypter tool use the brute force method with complete charachters or with custom charachters choices, and with Hash Type Checker. But, of course it will spend a long time if the result of hash have a very long length, coz this use the brute force method. + +**Example Usage** + +``` +$ crazy_decrypter -a 2f2ec1296695a9fb3251bbc94a2e0cef -c ichp 4 4 +``` + +**Example Proccess** + +``` + *** Please drink your coffee first! *** + Python Crazy Decrypter 0.0.4 + +CTRL+C to Exit! +Charachters to try : ichp +Min-length : 3 +Max-length : 4 +Type Decrypt found : md5 +Trying with : iipc - 373fa60ea77f4695bc05fbc1b49d40e3 +``` + +**Example Result** + +``` +Decrypt found : chip +Type Decrypt : md5 +End time : 06:53:06 +``` + +For more you can checkout on our repository: [https://github.com/agusmakmun/Crazy-Decrypter](https://github.com/agusmakmun/Crazy-Decrypter) \ No newline at end of file diff --git a/category/security.md b/category/security.md new file mode 100644 index 0000000..d410cc6 --- /dev/null +++ b/category/security.md @@ -0,0 +1,6 @@ +--- +layout: posts_by_category +categories: security +title: Security +permalink: /category/security +--- \ No newline at end of file -- GitLab