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 0000000000000000000000000000000000000000..b16888b7e16902a66df5d1ea765720243327ed84
--- /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 0000000000000000000000000000000000000000..d410cc6f2cbb22a11b9fb04350f7996001cda4e2
--- /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