In the previous CryptoCode series articles, I had written about generating MD5/SHA1/SHA256 hashes, encryption/decryption algorithms using Windows Cryptography functions. Today I am writing about creating SHA256 hash using OpenSSL’s Cryptography Library. OpenSSL is very popular library providing SSL & Cryptography based functions which is consumed by top softwares. OpenSSL library is FREE to use in […]
You are browsing archives for
Author: Administrator
New Tool – FacebookPasswordDecryptor
Though I missed the first day show of ‘Harry Potter & Deathly Hallows’ today, I wanted to ensure that I release our next big tool, FacebookPasswordDecryptor on the name of Harry Potter !. It has always been fascinating to read as well as watch Harry Potter series in full of magical action and adventure ! […]
CryptoCode: Index of All Crypto Articles
Recently I had been writing about code samples for demonstrating the usage of various Cryptography functions such as generating MD5/SHA256 hash generation, encryption of password based on the key, BASE 64 encoder/decoder etc. Here is the index of all those Crypto articles and associated tools. . Crypto Articles CryptoCode: Generate MD5 Hash using Windows Cryptography […]
Crypto Code: Base64 Encoder
In previous posts I had written about Base64 decoder and other hashing algorithms using Windows Cryptography functions. In this post I will write simple C program for BASE64 Encoder. . Due to its simplicity BASE64 has become very popular choice for simple encoding of the passwords or other sensitive data. But due to its trivial […]
New Tool – HashGenerator
HashGenerator is the FREE universal hash generator tool which automates the generation of 14 different type of hashes or checksums. It support most of the popular hashes including MD5 family, SHA family, BASE64, CRC32, ROT13, RIPEMD, ALDER32, HAVAL, WHIRLPOOL etc. It also supports ‘Drag & Drop interface’ which allows you to quickly drag files onto […]
Site Traffic Report for Oct 15 – Nov 15
Here I have decided to collect and report traffic statistics for SecurityXploded.com so that it will be beneficial to everyone who would like to associate with our site. It also helps us to keep track of the progress and direction in which it is heading on. You can also check out the last month’s (Sep15-Oct15 […]
GooglePasswordDecryptor Crosses 100,000 ...
Today our most popular tool, GooglePasswordDecryptor has crossed 100,000 downloads surpassing all our expectations. GooglePasswordDecryptor was released during last year December and within 11 months it has left every tool behind to touch this milestone. The nearest competitor to this tool is FirePasswordViewer with 95K+ downloads. . . Also this is exclusive download count from […]
Released New Miranda Password Recovery T...
MirandaPasswordDecryptor is the FREE software to instantly recover account passwords stored by Miranda. This is another new tool in our series of Password-Recovery tools specifically targeted for popular messengers. . Miranda is open source based Messenger which has become more popular in the recent times. It is universal messenger which supports multiple IM protocols including […]
Presenting SXPasswordSuite v2 with Integ...
SXPasswordSuite is the complete collection of all the FREE password recovery softwares released by SecurityXploded.com. It contains latest version of all the password tools which makes it easy for the user to get all these tools at one place without worrying about downloading each of them separately. . As of now it has total of […]
CryptoCode: Base64 Decoder
In previous blog posts I had written about MD5 & SHA256 Hash generation algorithms as well as DES Encryption/Decryption methods using Windows Cryptography Functions. Today I am going to present a crypto program for Base64 Decoder – very popular encoding algorithm. . Base64 is commonly used along side the encryption/decryption algorithms as a double layer […]