Posts

Showing posts from May, 2011

Hiding files inside a JPEG Image

Image
Using a simple trick in Windows, you can actually hide a file inside of the JPEG picture file. To achieve this you will need to have either WinZip or WinRAR installed on your computer. Steps: 1. Select all the files that you want to hide and save it in a folder say C:\hide 2. Create a RAR or ZIP archive to the above files. 3. Select a JPEG image and save it to same folder (C:\hide). 4. Open Command prompt (Windows+R--->Type CMD ---> ENTER) 5. Navigate to the folder where files are stored (Use "cd" command to change the directory) 6. Type command “COPY /b image.jpg + hide.rar output.jpg” (without quotes)     -image.jpg is the JPEG image      -Output.jpg is the output image with hidden files 7. Visit the directory, there you will see output.jpg     -Double click on it ,Image will be opened     -Open with WinRAR you'l find your hidden file. Done!

ID Based Calling System - BE project

Image
This post is not a techbuzz. It’s about my experience with engineering final year project. My PL(Exam preparation leave) is goin on and I have nothing to do so thought of writing this post. It all began with selecting team mates and searching project topics. Making group was fairly easy but finding out what project to do was really hectic. We were a group of three: Me(Hetul Gabani)-coder, Binny Chauhan -Uml n documentation expert, and Shashank Nirmal - CS pro n addict, though he was a bit laggy in doin project work but eventutally he ended up doin some quality work. With the help of my friend chetan we finalized on topic that is "IDBCS - ID Based Calling System". Well I'l skip the technical part and discuss the non technical aspect of the journey.First half of the final year passed away without bothering about the project and with "aarey baad me dekhlenge" attitude .It was the 2nd half when we actually started thinking of how to implement the project and setting...