Showing posts with label hidden. Show all posts
Showing posts with label hidden. Show all posts

Monday, 12 December 2016

Epic VLC tricks

VLC player, the most commonly used media player, that supports a wide range of file formats. But [ there is always a but :) ]
This is not just a media player, but it has a lot more hidden features that you can never imagine or never bothered to navigate. This player is very easy to use & also provides a user friendly interface.

So, its time to surprise you with the hidden secrets.


1. Inception mode

This mode is a built-in feature of VLC player, i.e it takes continous screenshots of your screen & keeps on taking in relatively smaller size. The screen will look like something going so deep. and eventually you will feel an inception. :)


How to do this?
a. Open VLC player.
b. Press "ctrl+n"
c. Type in "screen://" in the text box in front.
d. Click the play button.

2. Play Video as ASCII output.

Not any other media player has this capability but VLC does. :) 
This can give you an video playback in ASCII view. Below are the steps to perform this fun stuff:


a. Got to preferences under tools menu.
b. Click on Video.
c. Choose "output" as choose Color ASCII Art Video Output.
d. Play any video & have an ASCII output. (not worth watchimg but for fun sake).



3. Video running on Desktop

Ever heard of this? Yes, you can play any video on your desktop window. This is a great feature of VLC where you can run any video on your desktop, it might be distracting for you but this is an additional add-on in VLC media player.

Below are the steps:

a. Navigate to tools >> preferences.
b. Choose video from left menu, & on the output field choose: 'DirectX video output'
c. Save it.
d. Restart your VLC player.
e. Right click on screen & navigate to your required video> DirectX Wallpaper.

and that's it, video will run on your desktop, enjoy watching it on your desktop itself.


Few more VLC tricks uncovered at the below link: Enjoy guys.
http://cyb3rgeek.blogspot.in/2017/01/top-5-vlc-tricks-that-you-will-love.html

Don't forget to follow the page.



Monday, 5 December 2016

Hide Text in Image without any external software step by step

Geeks should work on command line like a real Ninja. I will show you how to hide a text or any file in image.
This might help you in your secret romance or your secret talks. :)

This trick is called as Steganography. 


STEGANOGRAPHY (LISTEN) IS THE ART AND SCIENCE OF WRITING HIDDEN MESSAGES IN SUCH A WAY THAT NO ONE, APART FROM THE SENDER AND INTENDED RECIPIENT, SUSPECTS THE EXISTENCE OF THE MESSAGE, A FORM OF SECURITY THROUGH OBSCURITY. THE WORD STEGANOGRAPHY IS OF GREEK ORIGIN AND MEANS “CONCEALED WRITING” FROM THE GREEK WORDS STEGANOS (ΣΤΕΓΑΝΌΣ) MEANING “COVERED OR PROTECTED”, AND GRAPHEI (ΓΡΑΦΉ) MEANING “WRITING”.

It doesn’t require you to install any additional softwares.

Requirements :
1. Any Image file.
2. Document that contains your hiding text [ document may be anything E.g.: txt, doc, pdf]
3. Windows Operating System
How to Steps :
1. Place the Image file [Note the image file size] and Document in a folder.
2. Zip the document file.
3. Open Command prompt and navigate to the folder you’re having the image and document zip file.
4. Now type copy /b imagefilename + zipfilename [filename with extensions]
E.g. : copy /b test.jpg + secret.zip
5. Now hit Enter6. You can see the size of the image file will now increased.
7. Now you can send the image alone to anyone and it contains the document inside it.
How to Extract the document in image :1. Open the image with zip tool [E.g.: WinRar]
2. Navigate to the image file location and Click on that image and extract the image.
3. There you can see the document inside it.
4. Extract the document and That’s it.
Hope you have enjoyed this post.
Note : Use this only for educational purpose, don't perform any activities that may put you in trouble.