Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Algorithms
  4. [Message Deleted] [modified]

[Message Deleted] [modified]

Scheduled Pinned Locked Moved Algorithms
algorithms
82 Posts 16 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C CPallini

    Pallab_GT wrote:

    You have beared with me so long...plse bear with me a little more and give me a day plse.

    Take you time. I'll be waiting for.

    Pallab_GT wrote:

    Sir onemore thing...if u cant notice any change in any of the readable/printable change using MS-WORD/WORDPAD/NOTEPAD using UTF-8 encoding,do u think the change can be noticed using other editor.If so can u plse refer me some text editor and where can i download them?If i am wrong i will sincerely beg ur apology to waste ur valuable time. Sir,I am a novice in compared to you n software development.I am just knocking ur door just to be sure if i am right.I dont have any other intention whatsoever.

    Don't worry, you will receive all my comments and suggestions. Good luck and have a nice day.

    If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
    This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke

    P Offline
    P Offline
    Pallab_GT
    wrote on last edited by
    #56

    Thanks for bearing with me.You too have a nice day.

    1 Reply Last reply
    0
    • M mabo42

      Pallab_GT wrote:

      Can you refer me some other text editor

      See this thread[^] [edit] link corrected [/edit]

      Pallab_GT wrote:

      Can you refer me some other text encoding

      ASCII

      Pallab_GT wrote:

      I have used UTF-8 encoding

      In UTF8 you could have coded space (0x20) into hard space (0xA0), would give you 1 bit for hidden data per space in carrier file (assuming the original file don't have hard spaces). There are many more possibilities. Thats all nice, but not really new. Matthias

      P Offline
      P Offline
      Pallab_GT
      wrote on last edited by
      #57

      I will send you a copy of my paper once it is finished.Plse give me some time an bear with me.

      M 1 Reply Last reply
      0
      • P Pallab_GT

        I will send you a copy of my paper once it is finished.Plse give me some time an bear with me.

        M Offline
        M Offline
        mabo42
        wrote on last edited by
        #58

        Looking forward and all the best for you Matthias

        1 Reply Last reply
        0
        • P Pallab_GT

          Text file contains only character codes.What if i can hide data inside the text file without distorting/changing/replacing a single readable character.

          A Offline
          A Offline
          Alan Balkany
          wrote on last edited by
          #59

          Pallab: Your algorithm is unique if it really does what you say. I have a fair amount of experience with algorithms in general, and data compression and encryption in particular, and I've never heard of an algorithm that can do what you say. I'm not saying it's impossible; I've seen some very clever algorithms that do amazing things. You really shouldn't reveal the details until you get it patented. It potentially has value, and if you publicly disclose how it works you won't be able to patent it later. I don't know if you're in the US, but in the US you can get an inexpensive provisional patent that will give you a year to turn it into a more rigorous 20-year patent.

          P 2 Replies Last reply
          0
          • P Pallab_GT

            Hi guys...I am from Bangladesh and my knowledge is very limited.I have developed an algorithm using which any data can be hidden in a text file.After hiding the data in the text file,the size of the text file remains absolutely unchanged and there is no change whatsoever in the file's content as far as reading the file is concerned.I know there r lots of data hiding techniques.Guys can you plse tell me if this techniq has already been implemented the way i have done it...I mean hiding the data in a text file without changing the file size even by a single byte and you wont see a single replacement/change/distortion in any of the letters of the file.As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it.

            modified on Tuesday, March 18, 2008 8:42 PM

            D Offline
            D Offline
            DavidNohejl
            wrote on last edited by
            #60

            Pallab_GT wrote:

            .I mean hiding the data in a text file without changing the file size even by a single byte and you wont see a single replacement/change/distortion in any of the letters of the file.As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it.

            Ok so lets break your claim into this: 1) hiding the data in a text file without changing the file size even by a single byte 2) you wont see a single replacement/change/distortion in any of the letters of the file 3) As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it. No problem with 1). I see problem in 2): "you wont see" and "letters of the file" and 3) "As far as reading the file is concerned...the file will remain 100% unchanged" "Text files are sequences of readable characters such as letters, digits, punctuation, or whitespace; and control characters such as section boundaries, rendering instructions for different languages, line feeds and carriage returns. Embedded information such as font information, hyperlinks, or inline images do not appear in text files, though references to them can be included within (such as HTML elements or metadata)." (http://en.wikipedia.org/wiki/Text_file[^]) If you replace letter with different letters that *looks* same in some font, file is far from unchanged. Sure, person looking at it in notepad or whotever might not notice, but as far as reading the file for text editor, that is a difference. Sorry but if this is your idea it's close to using white font on white background :)


            [My Blog]
            "Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
            "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

            E P 2 Replies Last reply
            0
            • P Pallab_GT

              Sir...can i ask you something? If a character is not readable/invisible in MS-WORD/WORDPAD/NOTEPAD using all the english (cause i have tried it only using english fonts) font,will you consider that character readable/printable?

              E Offline
              E Offline
              El Corazon
              wrote on last edited by
              #61

              Pallab_GT wrote:

              If a character is not readable/invisible in MS-WORD/WORDPAD/NOTEPAD using all the english (cause i have tried it only using english fonts) font,will you consider that character readable/printable?

              what he is saying is that he, or I, or anyone desiring to see unprintable characters can look at them at a moments notice anytime we choose to. All characters, all ASCII codes from 0 to 255 are readable to a person who knows what they are doing. You may change the space to a hex 00 or higher order hex, but if I know what I am doing I will see it. More to the point "diff" works at both the character and binary level, so it will see that a change has been made and highlight every single change. I miss out on all the fun discussions.... :( I missed this until now....

              _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

              P M 2 Replies Last reply
              0
              • D DavidNohejl

                Pallab_GT wrote:

                .I mean hiding the data in a text file without changing the file size even by a single byte and you wont see a single replacement/change/distortion in any of the letters of the file.As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it.

                Ok so lets break your claim into this: 1) hiding the data in a text file without changing the file size even by a single byte 2) you wont see a single replacement/change/distortion in any of the letters of the file 3) As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it. No problem with 1). I see problem in 2): "you wont see" and "letters of the file" and 3) "As far as reading the file is concerned...the file will remain 100% unchanged" "Text files are sequences of readable characters such as letters, digits, punctuation, or whitespace; and control characters such as section boundaries, rendering instructions for different languages, line feeds and carriage returns. Embedded information such as font information, hyperlinks, or inline images do not appear in text files, though references to them can be included within (such as HTML elements or metadata)." (http://en.wikipedia.org/wiki/Text_file[^]) If you replace letter with different letters that *looks* same in some font, file is far from unchanged. Sure, person looking at it in notepad or whotever might not notice, but as far as reading the file for text editor, that is a difference. Sorry but if this is your idea it's close to using white font on white background :)


                [My Blog]
                "Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
                "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

                E Offline
                E Offline
                El Corazon
                wrote on last edited by
                #62

                dnh wrote:

                it's close to using white font on white background

                awww... that doesn't work????!!!???? Next thing you know you will tell me the Easter Bunny and Santa Claus are trickery too! ;P

                _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                1 Reply Last reply
                0
                • P Pallab_GT

                  I have used MS-WORD,WORDPAD and NOTEPAD with UTF-8 encoding. Can you refer me some other text editor and other encoding using which you can be proved right and where i can download them? Look I am just a novice in comparison with you people.I am knocking ur door just to be sure,what i think is right or wrong ?

                  E Offline
                  E Offline
                  El Corazon
                  wrote on last edited by
                  #63

                  Pallab_GT wrote:

                  Can you refer me some other text editor and other encoding using which you can be proved right and where i can download them?

                  diff the original and the new files. http://winmerge.org/[^] Hexedit the original and new files. (MS Visual C can hex edit, so can other editors) http://www.physics.ohio-state.edu/~prewett/hexedit/[^] if you just want to survive freeware stuff: http://www.digitaldarknet.net/thelist/[^] AbiWord - Word processor with all the bells and whistles! Highly recommended. OpenOffice.org - Office suite, like Microsoft Office and compatable with MS Office formats. Word processor, Spreadsheets, Publisher, Presentation, HTML, and Powerful database (like Access) products. Impress (Like Powerpoint) exports to many formats including SWF (Flash). All can be exported as PDF. Highly recommended. Eclipse - Eclipse java IDE for Windows. ConText - Programmers text editor, supports most languages, shell scripts, plugin support. Crimson editor - Programmers text editor. Features tabbed interface, html, php, c, python syntax highlighting, code output window, and built in FTP! Highly recommended. Jedit - Jedit is a mature and well-designed programmer's text editor with a big focus on Java. Has nice Jython support! Microsoft will let you download the IDE with the basic edition for free. http://www.microsoft.com/express/product/[^] you would be surprised what a programmer's editor will show you about your own files.

                  _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                  1 Reply Last reply
                  0
                  • A Alan Balkany

                    Pallab: Your algorithm is unique if it really does what you say. I have a fair amount of experience with algorithms in general, and data compression and encryption in particular, and I've never heard of an algorithm that can do what you say. I'm not saying it's impossible; I've seen some very clever algorithms that do amazing things. You really shouldn't reveal the details until you get it patented. It potentially has value, and if you publicly disclose how it works you won't be able to patent it later. I don't know if you're in the US, but in the US you can get an inexpensive provisional patent that will give you a year to turn it into a more rigorous 20-year patent.

                    P Offline
                    P Offline
                    Pallab_GT
                    wrote on last edited by
                    #64

                    Mr.Balkany : Thankyou for ur message.Sir I am from Bangladesh and i am a novice in software development in compared to you and my knowledge is very limited.So i am knocking ur door to render me some help on this issue.Sir below i am mentioning the aspects of my technic: 1.The size of the carrier text file does not change even by a single byte after hiding the data. 2.Not a single readable/printable letter of the carrier text file is changed/replaced/distorted. 3.You will notice absolutely no change whatsoever as far as reading the file is concerned. Considering the above points do u think that my technic is unique? Sir,if my technic is unique then what should i do with it?Can you plse guide me? As my knowledge is very limited,i am really confused by all the remarks i got till now.

                    modified on Friday, March 21, 2008 6:15 AM

                    C 1 Reply Last reply
                    0
                    • D DavidNohejl

                      Pallab_GT wrote:

                      .I mean hiding the data in a text file without changing the file size even by a single byte and you wont see a single replacement/change/distortion in any of the letters of the file.As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it.

                      Ok so lets break your claim into this: 1) hiding the data in a text file without changing the file size even by a single byte 2) you wont see a single replacement/change/distortion in any of the letters of the file 3) As far as reading the file is concerned...the file will remain 100% unchanged even after hiding the data in it. No problem with 1). I see problem in 2): "you wont see" and "letters of the file" and 3) "As far as reading the file is concerned...the file will remain 100% unchanged" "Text files are sequences of readable characters such as letters, digits, punctuation, or whitespace; and control characters such as section boundaries, rendering instructions for different languages, line feeds and carriage returns. Embedded information such as font information, hyperlinks, or inline images do not appear in text files, though references to them can be included within (such as HTML elements or metadata)." (http://en.wikipedia.org/wiki/Text_file[^]) If you replace letter with different letters that *looks* same in some font, file is far from unchanged. Sure, person looking at it in notepad or whotever might not notice, but as far as reading the file for text editor, that is a difference. Sorry but if this is your idea it's close to using white font on white background :)


                      [My Blog]
                      "Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
                      "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

                      P Offline
                      P Offline
                      Pallab_GT
                      wrote on last edited by
                      #65

                      No Sir,thats not my idea.I am again claiming that "You wont see any change/replacement/distortion in any of the readable/printable characters in the carrier text file" after hiding the data and the the text file will remain 100% unchanged as far as reading the file is concerned.

                      1 Reply Last reply
                      0
                      • P Pallab_GT

                        Mr.Balkany : Thankyou for ur message.Sir I am from Bangladesh and i am a novice in software development in compared to you and my knowledge is very limited.So i am knocking ur door to render me some help on this issue.Sir below i am mentioning the aspects of my technic: 1.The size of the carrier text file does not change even by a single byte after hiding the data. 2.Not a single readable/printable letter of the carrier text file is changed/replaced/distorted. 3.You will notice absolutely no change whatsoever as far as reading the file is concerned. Considering the above points do u think that my technic is unique? Sir,if my technic is unique then what should i do with it?Can you plse guide me? As my knowledge is very limited,i am really confused by all the remarks i got till now.

                        modified on Friday, March 21, 2008 6:15 AM

                        C Offline
                        C Offline
                        CPallini
                        wrote on last edited by
                        #66

                        Hey Pallab, have you the samples of text file and its twin with hidden information inside you promised yesterday?

                        If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                        This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke

                        P 1 Reply Last reply
                        0
                        • E El Corazon

                          Pallab_GT wrote:

                          If a character is not readable/invisible in MS-WORD/WORDPAD/NOTEPAD using all the english (cause i have tried it only using english fonts) font,will you consider that character readable/printable?

                          what he is saying is that he, or I, or anyone desiring to see unprintable characters can look at them at a moments notice anytime we choose to. All characters, all ASCII codes from 0 to 255 are readable to a person who knows what they are doing. You may change the space to a hex 00 or higher order hex, but if I know what I am doing I will see it. More to the point "diff" works at both the character and binary level, so it will see that a change has been made and highlight every single change. I miss out on all the fun discussions.... :( I missed this until now....

                          _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                          P Offline
                          P Offline
                          Pallab_GT
                          wrote on last edited by
                          #67

                          Sir,if u check other data hiding softwares i think you will the difference between my technic and the conventional technics that r in use. The whole point is obscuring the data in a text file so that even if the file is intercepted during transfering the file over a network,it should not be noticeable easily that some data is hidden inside the file.

                          E 1 Reply Last reply
                          0
                          • C CPallini

                            Hey Pallab, have you the samples of text file and its twin with hidden information inside you promised yesterday?

                            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                            This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke

                            P Offline
                            P Offline
                            Pallab_GT
                            wrote on last edited by
                            #68

                            Yes sir,I have my promise on my mind and i promise to give u the file.Sir just give me sometime.Plse bear with me.

                            C 1 Reply Last reply
                            0
                            • A Alan Balkany

                              Pallab: Your algorithm is unique if it really does what you say. I have a fair amount of experience with algorithms in general, and data compression and encryption in particular, and I've never heard of an algorithm that can do what you say. I'm not saying it's impossible; I've seen some very clever algorithms that do amazing things. You really shouldn't reveal the details until you get it patented. It potentially has value, and if you publicly disclose how it works you won't be able to patent it later. I don't know if you're in the US, but in the US you can get an inexpensive provisional patent that will give you a year to turn it into a more rigorous 20-year patent.

                              P Offline
                              P Offline
                              Pallab_GT
                              wrote on last edited by
                              #69

                              Can you plse give me your emailid so that i can discuss some more with u.I want to keep our discussions secret.

                              A 1 Reply Last reply
                              0
                              • P Pallab_GT

                                Yes sir,I have my promise on my mind and i promise to give u the file.Sir just give me sometime.Plse bear with me.

                                C Offline
                                C Offline
                                CPallini
                                wrote on last edited by
                                #70

                                I will wait for with trepidation. :)

                                If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                                This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke

                                P 1 Reply Last reply
                                0
                                • C CPallini

                                  I will wait for with trepidation. :)

                                  If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                                  This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke

                                  P Offline
                                  P Offline
                                  Pallab_GT
                                  wrote on last edited by
                                  #71

                                  Sir,Learned man like you will for paper with trepidation from a man like me,I am really overwhelmed.Sir i will ask a little more than a week time from you.Cause before i give my proof to you i want be absolutely sure that my technic works in all possible scenario.By 30th March i will be able to give u the proof.Is that ok with you?

                                  C 1 Reply Last reply
                                  0
                                  • P Pallab_GT

                                    Sir,Learned man like you will for paper with trepidation from a man like me,I am really overwhelmed.Sir i will ask a little more than a week time from you.Cause before i give my proof to you i want be absolutely sure that my technic works in all possible scenario.By 30th March i will be able to give u the proof.Is that ok with you?

                                    C Offline
                                    C Offline
                                    CPallini
                                    wrote on last edited by
                                    #72

                                    OK. I will wait with increased trepidation. :)

                                    If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                                    This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke

                                    1 Reply Last reply
                                    0
                                    • P Pallab_GT

                                      Sir,if u check other data hiding softwares i think you will the difference between my technic and the conventional technics that r in use. The whole point is obscuring the data in a text file so that even if the file is intercepted during transfering the file over a network,it should not be noticeable easily that some data is hidden inside the file.

                                      E Offline
                                      E Offline
                                      El Corazon
                                      wrote on last edited by
                                      #73

                                      Pallab_GT wrote:

                                      Sir,if u check other data hiding softwares i think you will the difference between my technic and the conventional technics that r in use. The whole point is obscuring the data in a text file so that even if the file is intercepted during transfering the file over a network,it should not be noticeable easily that some data is hidden inside the file.

                                      I am fully aware of the other programs, and as I understand the issue at hand, you are misleading yourself. If you change any white space to a character other than the original white space, you are instantly obvious about the change. You may not see it in notepad, but upon review of the text, it is immediately obvious. If you qualify your algorithm as hiding only from a computer illiterate, I would understand that it would work perfectly, so would many messages. But upon any change to a so-called "non-printable character" can be and is very visible to most of us here.

                                      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                      1 Reply Last reply
                                      0
                                      • E El Corazon

                                        Pallab_GT wrote:

                                        If a character is not readable/invisible in MS-WORD/WORDPAD/NOTEPAD using all the english (cause i have tried it only using english fonts) font,will you consider that character readable/printable?

                                        what he is saying is that he, or I, or anyone desiring to see unprintable characters can look at them at a moments notice anytime we choose to. All characters, all ASCII codes from 0 to 255 are readable to a person who knows what they are doing. You may change the space to a hex 00 or higher order hex, but if I know what I am doing I will see it. More to the point "diff" works at both the character and binary level, so it will see that a change has been made and highlight every single change. I miss out on all the fun discussions.... :( I missed this until now....

                                        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                        M Offline
                                        M Offline
                                        MidwestLimey
                                        wrote on last edited by
                                        #74

                                        El Corazon wrote:

                                        I miss out on all the fun discussions.... I missed this until now....

                                        I think this is the first time I've actually spent in this forum .. I've really missed out on some crackpot discussions. Sounds like someones got the wrong handle on steganography.


                                        I'm largely language agnostic


                                        After a while they all bug me :doh:


                                        C P 2 Replies Last reply
                                        0
                                        • M MidwestLimey

                                          El Corazon wrote:

                                          I miss out on all the fun discussions.... I missed this until now....

                                          I think this is the first time I've actually spent in this forum .. I've really missed out on some crackpot discussions. Sounds like someones got the wrong handle on steganography.


                                          I'm largely language agnostic


                                          After a while they all bug me :doh:


                                          C Offline
                                          C Offline
                                          cp9876
                                          wrote on last edited by
                                          #75

                                          This is the longest discussion about nothing that I can recall. I'm sure some punctuation in the above would help, but in the spirit of the thread..

                                          Peter "Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups