December 13, 2012

how to convert FLV video to MP4 using FFMPEG

converting videos from FLV to MP4 can be done easily using FFMPEG with this little command.

ffmpeg -i video_source.FLV -vcodec libx264 -ar 22050 video_output.mp4

FFMPEG is a nice little tool to do anything that want with your multimedia files. have fun!

September 4, 2012

Encode any text using WS_FTP encryption

WS_FTP is supposedly help you to encrypt you FTP password so that nobody can know about your password. But the encryption is so poor that anybody/anyone who knew about programming and is able to convert from hexadecimal to decimal and vice versa can easily decrypt the password. this post will help you to encrypt you own text using encryption method used by WS_FTP.
Encode
Your ENCODED WS_FTP will be shown here
this is strictly for educational purpose ONLY!
Thats it! You now have a text that is encrypted in the same way as WS_FTP encrypt your password. you may decrypt your password using WS_FTP password decrypter