Wednesday, November 18, 2015

MegaDownloader and Steganography

From version 1.7 onwards (click here to download it), MegaDownloader will add the option to hide MEGA links inside JPEG images using a technique called Steganography.

Steganography, according to the Wikipedia, "is the practice of concealing a file, message [...] within another file [...]. 
The word steganography combines the Greek words steganos (στεγανός), meaning "covered, concealed, or protected", and graphein (γράφειν) meaning "writing"."

Thanks to this technique, you will be able to hide, protect and share MEGA links directly from a JPEG image.

How will this option work?

MegaDownloader will allow these two options:
  • Create an image with hidden links.
  • Load links from the previous image and download them.

MegaDownloader will also allow to choose between saving the links in a visible way, or an "invisible" way, so the user that retrieves them will be able to download them, but not see them.

Moreover, links will be protected with a password (optional), so discover the hidden data will be very difficult (or directly impossible).

How does this feature work?


Steganography consists in two steps (normally it is referred as the first one, but in practice both are always applied):
  • Hide the data so an "attacker" doesn't know there is a hidden message.
  • Cipher the data so even if the "attacker" discover there is a hidden message, can't retrieve it.
This second step is easly achieved using cryptography (AES for example). The first step is more complex and depends on the image type.
For Bitmaps, normally the information is hidden in the LSB (less significant byte). A normal user won't be able to retrieve the data or notice there is something hidden. A stegano analyst will use "statistical attacks" in order to determine if there is a message hidden - normally with some degree of success.
However nowadays nobody uses Bitmaps... so what about JPEGs (the most common image format)?

The simpler way is to hide information after the EOF of the JPEG, or inside the EXIF or the comment markers (COM). These methods are trivial, a normal user won't see them easily but a stegano analyst will discover it immediately.

There are more complex techniques for JPEG. For example, hidding information in the DCT matrix.
This is how both Outguess and JSteg works. The bad side is that these methods are old and nowadays are considered broken - using statistical attacks it is possible to detect a message hidden.

A more recent technique called "F5" (an evolution of F3 and F4 algorithms) allow to hide information in the JPEG but makes it much difficult to an analyst to discover the message - it offers a good resistance to statistical attacks.
This algorithm can be broken in some cases using an statistical test called "Chi Square analysis". However, if the message is small enough compared to the container image, the probability of discovering a message is reduced.

So, to sum up, most of the steganographic algorithm are considered "broken", although F5 is one of the most secure. When we say "broken" we mean that an analyst can discover a secret message with a certain probability, but if it is ciphered, then he won't be able to deciphered it without the password - if the cipher algorithm is good, of course.

Which techniques implement MegaDownloader?


First, MegaDownloader uses the F5 algorithm to hide links inside the JPEGs. This ensures that will be very difficult, or even impossible in some cases, to discover a message in the image (the smaller message, the more difficult to discover).
It also distributes the message over the image, using a pseudo-random distribution based on a password, which difficults the analysis.

Second, the message is ciphered, using a 256 bit AES cipher, with a random IV generated with a CSPRNG (Cryptographically Secure PseudoRandom Number Generator).
The key is derived with a PBKDF2 function, using more than 25,000 SHA1 iterations with a salt.


Can this be tagged as "secure"? 
First, consider there is nothing 100% secure (specially for the NSA :p). Taking this into account, we have used some of the most advanced techniques to protect and hide the links inside JPEG images.
The security of the system is based on the password chosen for ciphering the data, so if the password is strong enough, it wouldn't be a mistake say that yes, it could be considered quite secure :)

Can I test it?


Of course! In this link you can download last version.

Want to try?
Download this image (or select the URL), put it into the Steganography window (Options/Retrieve links from an image) and enter the password "Megadownloader".

http://www.subeimagenes.com/img/output-1538992.jpg
If you find any problem or bug don't hesitate in posting it so we can help you :)

127 comments:

  1. I'm excited to see these new changes. Good job!

    ReplyDelete
    Replies
    1. Megaer For Mega.Co.Nz: Megaer And Steganography >>>>> Download Now

      >>>>> Download Full

      Megaer For Mega.Co.Nz: Megaer And Steganography >>>>> Download LINK

      >>>>> Download Now

      Megaer For Mega.Co.Nz: Megaer And Steganography >>>>> Download Full

      >>>>> Download LINK YX

      Delete
  2. Hi, I was wondering if you would consider adding this as a feature in your next update. It would be nice to include a function like a Boss Key which uTorrent has which hides the program from the desktop view and from the tray as well, and to be restored after pressing the right key combination and entering a password. I think it's be useful for a lot of people...

    ReplyDelete
  3. el ultimo instalador asi como el link me lo bloquean por virus alguno con el mismo problema?

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. Error: ''Windows cannot access the specified device, path, or file. You may not have the appropriate permission to access the item'', please help!

    ReplyDelete
    Replies
    1. Hi, did you get around the issue? I´m having the same problem.

      Delete
    2. Most probably your antivirus is causing this. Disable it and try again.

      Delete
    3. Most probably your antivirus is causing this. Disable it and try again.

      Delete
  6. This comment has been removed by the author.

    ReplyDelete
  7. Why every mega link got branded as 'Invalid link'. I even wrote .co but to no avail.

    ReplyDelete
  8. Better use PNG instead JPEG.
    Big .jpeg can result suspicious,
    but .pgn files are usally very big,
    so they can pass desapercibited.

    And some hosters recompress jpg files, but not the png ones.

    ReplyDelete
  9. Hi
    thanks for this cool tool, i was wondering, why there is an outgoing communication whenever i start the programs and while it's downloading?

    ReplyDelete
  10. Hola, me salta este error en log's con la version 1.7, intentendo descargar un archivo de 45Gb, cuando llega mas o menos al 75% la descarga se detiene, pone descargando pero a velocidad 0Kb/s.

    2016-03-13T09:19:09:754 [ID#6] >>> Error in Downloader.DoWork: System.OverflowException: La operación aritmética ha provocado un desbordamiento.
    en MegaDownloader.FileDownloader.ChunkDownloader_DoWork(Object sender, DoWorkEventArgs e)

    ¿Cual puede ser el problema?

    ReplyDelete
  11. Hola, me salta este error en log's con la version 1.7, intentendo descargar un archivo de 45Gb, cuando llega mas o menos al 75% la descarga se detiene, pone descargando pero a velocidad 0Kb/s.

    2016-03-13T09:19:09:754 [ID#6] >>> Error in Downloader.DoWork: System.OverflowException: La operación aritmética ha provocado un desbordamiento.
    en MegaDownloader.FileDownloader.ChunkDownloader_DoWork(Object sender, DoWorkEventArgs e)

    ¿Cual puede ser el problema?

    ReplyDelete
  12. Hola, me salta este error en log's con la version 1.7, intentendo descargar un archivo de 45Gb, cuando llega mas o menos al 75% la descarga se detiene, pone descargando pero a velocidad 0Kb/s.

    2016-03-13T09:19:09:754 [ID#6] >>> Error in Downloader.DoWork: System.OverflowException: La operación aritmética ha provocado un desbordamiento.
    en MegaDownloader.FileDownloader.ChunkDownloader_DoWork(Object sender, DoWorkEventArgs e)

    ¿Cual puede ser el problema?

    ReplyDelete
    Replies
    1. Hola amigo, me esta saliendo ese error y no deja baja nada ud lo logro solucionar?

      Delete
  13. Hi. same Jorgs225's problem.

    meanwhile:

    thanks for this application, is perfect a suggest: retry by error can put in seconds??

    ReplyDelete
  14. I really like your idea for adding stenography to uploads. I've actually been doing something similar on my own various uploads to public hosting sites.

    However, there is a very basic feature that if possible I would love to see implemented in 1.8 (or 1.7.1 or whatever). A scroll-bar on the right of your list of downloads. It seems like such a small complaint, but I often find myself downloading many different files at a time (each of which need their own folder) and having to stretch the window out vertically is really annoying (and eventually impractical) after awhile. And sometimes it STILL won't fit all my downloads.

    Is this a possible quick-fix that can be implemented? Please and thank you very much, I appreciate all the hard work you've put into these programs!

    ReplyDelete
  15. Hello such good work beforehand . I have a very important request , I could provide the source code of the application , try downloading the link code but blocks Goole .

    ReplyDelete
  16. Saludos. Me parece genial la aplicacion y me gustaria que tuviera soporte para Click'n'load...

    ReplyDelete
  17. U can download from mega.nz with idm & etc by this site www.mega-debrit.com

    ReplyDelete
  18. U can download from mega.nz with idm & etc by this site www.mega-debrit.com

    ReplyDelete
  19. Hi. I have a suggestion, could you please do the password field just a "text field"? Sometimes the app don't uncompress the RAR successfully, and when I want to see the password to extract the file manually, I can't see it, It's just black circles because is a password field.

    Thanks a lot!

    ReplyDelete
  20. Excelente, y mas contento de que sean hispanohablantes los que desarrollaran este programa, como usuario regular de jdownloader, creo de el programa deberia de tener un espacio de lugar de origen, esto para poder pegar la direccion de origen del archivo y no solo la direccion de descarga. Tambien el espacio de contraseña deberia de ser visible y no oculto. Excelente de nuevo.

    ReplyDelete
  21. Thank you very much , excellent program , you could add what passwords are stored extraction ? so that when I do homework auto unzip automatically if the password is stored ?

    ReplyDelete
  22. Un programa excelente, es muy util cuando se sobrepasa el limite de ancho de banda que impone Mega, ojalá nunca pierda su funcionalidad.

    ReplyDelete
  23. Sinceras GraCias Totales! sIEMPRe!! lml

    ReplyDelete
  24. Please add the function to disable sleep or hibernate when downloads are ongoing. Thank you!

    ReplyDelete
  25. Unfortunately this program is abandoned / discontinued.
    Desafortunadamente este programa es abandonado / suspendió.

    ReplyDelete
  26. hmmmm help me please the program used to work fine but suddnly when i start it this happens please help :( and if i click on it it will crash
    https://s27.postimg.org/60fv9o24j/1222.jpg

    ReplyDelete
    Replies
    1. https://postimg.org/image/mo7dc5wvz/

      Delete
    2. opening the program in safemode works but i want it to work without safe mode
      reinstalling net framework didnt fix the issue

      Delete
  27. it's not working anymore, when i add links, it shows a menssage that the links are invalid

    ReplyDelete
  28. This comment has been removed by the author.

    ReplyDelete
  29. Hola, muchas gracias por el programa es excelente, pero últimamente es tenido algunos problemas al utilizarlo, me gustaría saber si me podrían ayudar.

    ReplyDelete
  30. kindly reply me if you can make project in php with resume, i can pay for it.

    ReplyDelete
  31. megadownloader.filedownloader.bgw download dowork(objectender,doworkeventargs e) podrian decirme como resolverlo

    ReplyDelete
  32. Anyone else getting an automatic error when trying to download more than one file at a time using MegaDownloader? I assume MEGA has now partially blocked MD. It just started happening to me today, previously it was fine.

    ReplyDelete
    Replies
    1. same for me, just says video .mkv.part :(

      Delete
    2. This comment has been removed by the author.

      Delete
    3. I restarted the download and it works LOL

      Delete
  33. algum brasileiro ai?
    o megadownloader parou de funcionar aqui

    help

    ReplyDelete
    Replies
    1. Olá baixe aqui no www.RMDownloads.tk
      Link: https://goo.gl/C9hwFv

      Delete
    2. Pura enganação desse cara, é a mesma versão 1.7 só que tem que passar por uns 30 redirecionadores de páginas com várias propagandas.

      Delete
  34. This comment has been removed by the author.

    ReplyDelete
  35. Can some one help my download is stuck on 33gb and on 0kb/s

    ReplyDelete
  36. Hey, I want to translate into Turkish language this app. Can you help me_?

    ReplyDelete
  37. Why don't you open source the code, because clearly you are not working on this anymore, let some other developers continue this app, as you haven't put out a new version in nearly 2 years...!

    ReplyDelete
  38. I have been using Megadownloader since several months and it stopped working since yesterday...

    ReplyDelete
  39. Please adjust the program because no download starts and ERROR! Thanks in advance to the whole staff !!

    ReplyDelete

  40. Megadownloader 7.1 as a result ERROR at each download link, please fix the program, thank you all!

    ReplyDelete
  41. The program keep get ERROR on each download link, please fix it. Thank You!!!

    ReplyDelete
  42. hello people: i can fix temporaly the problem whit this software... https://ultrasurf.us/
    Now only wait for version 1.8 =)

    ReplyDelete
  43. no funcina da error ayudaaa :,v

    ReplyDelete
  44. Yep! Apparently the author of MegaDownloader will have to go back to the drawing board because our friends of mega.co.nz need to bill and now even to download a measly file of 1 mega you have to create an account in MEGA!

    ReplyDelete
  45. If I have a MEGA account, how can I do to Megadownloader uses it to download my files?

    ReplyDelete
  46. Not working now... mega.nz blocked it!

    ReplyDelete
  47. io ho un accunt in Mega e lo stesso megadowloader mi da' errore qualcuno puo' spiegarmi come faccio a risolvere questo problema ? ho Mega pagato

    ReplyDelete
  48. Update Please. Now only 5GB/DAY!

    ReplyDelete
  49. It would be great to read more concerning that blog..!Thank you for posting this blog.
    gclub
    โกลเด้นสล็อต
    gclub

    ReplyDelete
  50. I think that mega.nz is restringing the download limit by IP address in their Servers, maybe is not the client. I hope that the futire update will work fine.

    Greetings and thanks!

    ReplyDelete
  51. Please upload MegaUploader software, all the links are broken in the software's blog, and I couldn't find active links elsewhere.

    ReplyDelete
  52. This comment has been removed by the author.

    ReplyDelete
  53. Not working anymore. Thx for this software.

    ReplyDelete
  54. I had a rough idea what MegaDownloader and Steganography and I am glad that I landed on this page though it was accidental while I was looking for Essay Writing Service Providers and found a comprehensive article on this new concept. I will bookmark the site so that I can comprehensively read the entire article.

    ReplyDelete
  55. Hi: right now with mega bandwith limited i have to use a VPN like "betternet" to use with megadownloader. Is there a chance to innovate megadownloader? Also because i have to reset manytimes betternet to continue downloading

    ReplyDelete
  56. Vehicle Loan Software have the ability to make use of in assessing a given vehicle loan package. Figuring out the monthly installments a loan taker should consider is among the advantages offered.

    ReplyDelete
  57. Thai lottery tips formula Kuwait thai lottery VIP single set sure number Saudi Arabia thai lottery Thai lottery Visit website

    ReplyDelete
  58. I really like you post good blog,Thanks for your sharing.

    หนังดราม่า

    ReplyDelete
  59. I am really impressed with your post thanks for share it Keep it more trending Gujarati status video

    ReplyDelete
  60. This comment has been removed by the author.

    ReplyDelete
  61. hola, ante todo muy buena aplicacion pero quisiera saber como puedo aumentar la velocidad de descarga en el mismo programa si es que se pudiese aunque la opcion de que no afecte tu misma coneccion me parece ideal bueno aveces no tengo mucho tiempo y en realidad quisiera priorizar toda mi linea a la descargasi me pudieras ayudar

    ReplyDelete
  62. Hi, I only have one question, how I can disabled the minimize function on tray??

    ReplyDelete
  63. So apparently MEGA long time ago began doing a server-side patch so that MegaDownloader can't no longer get around any download size restrictions...

    ReplyDelete
  64. ありがとうございました。

    ReplyDelete
  65. help with this problem
    Please!!

    "Error getting file list from shared folder. system.net.WebException. Se ha terminado la conexion. no se puede establecer una relacion de confianza para el canal seguro SSL/TLS.....

    ReplyDelete
  66. This comment has been removed by the author.

    ReplyDelete
  67. Thanks for this nice sofware it really helps me a lot im a addict downloader in megaupload :)
    Globe Promos

    ReplyDelete
  68. MegaDownloader has a version for Chrome browser. You can download MegaDownloader for free here: https://chrome.google.com/webstore/detail/megadownloader/fpjnikckfdgdjgeidaimkjhfpepnfjdk

    ReplyDelete

  69. Thanks Bro

    http://coolstatus24.blogspot.com/

    ReplyDelete
  70. This comment has been removed by the author.

    ReplyDelete

  71. Thanks for your sharing, it helps me a lot and I think I'll watch your post more.
    ………………………….
    Mclub

    ReplyDelete
  72. This is the perfect app to download videos directly from your device. Now you can save videos uploaded by friends, pages, and videos you've tagged. Also check out our collection of funny videos. You can also save the gallery. - Facebook, and other social media in mp4 format instagram download your favorite sites - Download to your phone and share with your friends - Follow what you recorded before - Switch between pages in the application and make downloads easier Please send us your comments on how we can improve your opinions and suggestions in future releases. Contact us for feedback and problems.Video Download

    ReplyDelete
  73. Maravilloso, Excelente aplicación, sigan así porque aquí se la comieron.

    ReplyDelete
  74. ExterNetworks is a fully managed service provider with 15+ years of experience in providing Managed Technology services to top IT & Networking companies. The dedicated & skilled engineers ensure your network is maintained 100% uptime with the maximum supervision. The Managed NOC & Helpdesk solutions are integrated well and are customized according to your needs.
    noc team

    ReplyDelete
  75. I really like this article ,, if there is also a good chance you can play to our place here Syair Togel thank you very much

    ReplyDelete
  76. Thank you very much for giving space to us to express our feeling and thoughts about above information. I think you will keep updating and changing these information time to time if there is need to change. best accounting company for small business, international taxation consultant, Ind AS in India , read more , internal auditing assurance consulting india, accountant service.

    ReplyDelete
  77. Grab the best fitness band below 2000 in India with good quality. Get the best deal for fitness tracker. Shop for the best fitness band below 2000 in India with good quality. Here you can get the best offer. best fitness tracker under 2000

    ReplyDelete
  78. Cryptocurrency adalah media pertukaran yang digital, terenkripsi dan terdesentralisasi. Tidak seperti Dolar AS atau Euro, tidak ada otoritas pusat yang mengelola dan mempertahankan nilai mata uang kripto. Sebaliknya, tugas-tugas ini didistribusikan secara luas di antara pengguna mata uang kripto melalui internet., cek juga harga monero idr dan markets ada pasar saham lain di seluruh dunia termasuk Bursa Efek London, serta Jepang, Hong Kong, Shanghai, India, Australia dan berbagai lokasi di seluruh Uni Eropa.

    ReplyDelete
  79. Buy gift for your men this Christmas. Shop unique gifts. Get options for couple gifts, parents gifts, grandma, grandpa
    Best gift store for all. gifts for beer lovers

    ReplyDelete
  80. Viral news, top hot gossips, trending YouTube videos and all this updates in Hindi.Watch out all the latest hot gossips if the industry and know all the current hot talks going on. upcoming web series

    ReplyDelete
  81. Zoom is hoping to further support all types of events that including larger multi-day or multi-track conferences and According to Zoom it "combines the reliability and scalability of Zoom Meetings, Chat, and Video Webinars in one comprehensive solution for event organizers. presenter biography for conference and How to Create an Original Name for a Company

    ReplyDelete
  82. Get your hands on the Best solo microwave oven in India, best convection microwave oven under 5000, 10000, 15000. best microwave oven under 10000

    ReplyDelete
  83. Looking for Best Digital Marketing Classes in Borivali? I recommend you JiguruG as here we specifying the name of Best Digital Marketing Classes in Borivali. For More Detail Visit Here - https://jigurug.com/best-digital-marketing-courses-institutes-in-borivali/

    ReplyDelete
  84. Megaer For Mega.Co.Nz: Megaer And Steganography >>>>> Download Now

    >>>>> Download Full

    Megaer For Mega.Co.Nz: Megaer And Steganography >>>>> Download LINK

    >>>>> Download Now

    Megaer For Mega.Co.Nz: Megaer And Steganography >>>>> Download Full

    >>>>> Download LINK dU

    ReplyDelete
  85. This is an article about how to write a high-quality, well-written essay. It was extremely beneficial to me. We also have an article about How To Jitter Click And Aim Complete Guide that you should read. Jitter Clicking is a mouse clicking technique that involves rapidly clicking the mouse button to produce controlled hand vibrations.

    ReplyDelete
  86. Assignment Desk is an Academic Writing Service company in the UK. We have 1100+ professional writers available 24X7 and can provide online assignment writing services, assignment help UK, marketing assignment writing, coursework, essay writing, management assignment help UK, online homework help, dissertation help, thesis help, research paper writing, finance assignment help, case study writing, etc. All the experts in our team are highly experienced and provide a free Turnitin report with all the documents which ensure 100% quality, that too @ affordable prices!"

    ReplyDelete
  87. Thanks for sharing such beautiful knowledge with us. Looking for some more information from your blog. You can Check My Blog:-prernaweb

    ReplyDelete
  88. Your so cool! I don't suppose I've learn anything like this before. So nice to seek out someone with some authentic ideas on this subject. Assignment Writing Service in uk

    ReplyDelete
  89. Great post thanks for sharing this is very good information you provide, I must say, your Online Assignment Help Service has exceeded my expectations. Your platform provides a comprehensive and user-friendly experience for students seeking academic assistance. The range of subjects covered by your team of experts is impressive, ensuring that students can find support for their specific needs. The quality of the assignments delivered is exceptional, with thorough research, well-structured content, and accurate referencing. Your commitment to originality and timely delivery is highly commendable. The convenience of accessing your services online, coupled with your responsive customer support, makes the entire process seamless for students. It's evident that your team is dedicated to helping students achieve academic success. I would highly recommend your Online Assignment Help Service to any student in need of reliable and top-quality assistance. Kudos to your team for a job well done!

    ReplyDelete
  90. Are you in need of expert help in the UK for your academic assignments? For all disciplines, our dependable service provides excellent guidance. Whether it be essays, research papers, or presentations, our talented crew guarantees prompt delivery and top-notch outcomes. Gain better scores with our dependable assignment help UK.

    ReplyDelete
  91. Thanks for sharing such an amazing and interesting blog. I really like the way that you describe all the things.
    Statistics Assignment Writing Service

    ReplyDelete
  92. Singapore assignment help is a reliable and commendable resource for students seeking assistance with their academic assignments. They have consistently demonstrated a high level of professionalism and expertise in their field. Their team of experienced writers and experts cover a wide range of subjects and topics, ensuring that students receive well-researched and well-written assignments.

    ReplyDelete
  93. Services from professional UK writers at affordable prices. This helps the students to submit their assignments within deadlines and score the best grades in it. Social Care Essay Experts in UK

    ReplyDelete
  94. "In today's fast-paced educational landscape, online homework help is a game-changer. We recognize the demands of modern students, online homework help

    ReplyDelete
  95. A Cheap Assignment Writing Service offers cost-effective solutions for students seeking assistance with academic tasks. These services provide expert writers who deliver quality assignments without burdening students financially. While affordability is a key feature, these services prioritize maintaining high standards of content and meeting deadlines. Students can benefit from professional guidance without compromising their budget, making academic support more accessible and inclusive.

    ReplyDelete
  96. Business assignment help is one of the leading and a popular assignment expert near you, we deliver our services worldwide. Global assignment help has a huge team of experts, who have deep knowledge about all the required subjects. And we deliver result on time as per your requirement too. If you are facing a problem in you subjects, do visit our official website and contact with us for more assignment related problem. We will help you in all subjects and help you to achieve your academic goals.

    ReplyDelete
  97. เว็บ สล็อต ออนไลน์อันดับ 1 ในทวีปเอเชีย เป็นเว็บออนไลน์ ที่ดีเยี่ยมที่1ของไทย ระบบน่าไว้วางใจ pg slot เล่นได้ จ่ายจริง ไม่มีต่ำ ฝาก-ถอน เร็วทันใจเล่นง่ายไม่ยุ่งยาก ทำเงิน ได้จริง

    ReplyDelete
  98. Complete Your Assignment From management assignment Help and Score Best Result.Performance Management Assignment Help

    ReplyDelete