Posts

Showing posts with the label New Technology

Sandisk coming with 1TB World's Largest SD Card

Image
Sandisk's New adventure is venture in SD Card.............. And Did you know, On May 12, 2016, SanDisk was acquired by hard drive manufacturer  Western Digital  in a US$19 billion deal. Western Digital, by way of SanDisk, just unveiled the SanDisk 1TB SDXC Card at the Photokina conference in Cologne, Germany. It’s only a prototype at this point, so there’s no word on price or availability. With that said, you can store a whole helluva lot of photos and 4K/8K on a flash card that’s the same size as some of the external hard drives we’re still using, so we fully expect this behemoth to go into full production in the very near future.

Ravan , JavaScript based Distributed Password cracking

Image
By Parth Makadiya You want to crack a hash but your system speed is low?! No need to worry..! Here is solution for you , "Distributed Password Cracking". Let me introduce a new tool called "Ravan" developed by LavaKumar. About Ravan: Ravan is a JavaScript based Distributed Computing system that can perform brute force attacks on salted hashes by distributing the task across several browsers. It makes use of HTML5 WebWorkers to start background JavaScript threads in the browsers of the workers, each worker computes a part of the hash cracking activity. Ravan now supports MD5,SHA1,SHA256,SHA512 hashes. How it works? Ravan has three components: Master: The hash, salt, hashing algorithm, position of the salt (before or after salt) and the charset are submitted by the user. These are submitted to the web backend and it returns a ‘hash id’ which is unique to every submitted hash. It also supplies a ‘worker url’ specific to this hash that must be sent t...