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.
  • P pmarfleet

    Pallab_GT wrote:

    i am not going to change/replace/distort any of the READBLE CHARACTERS

    All characters in a text file are readable. That's the whole point; data is stored in text files so it can be read by humans as well as computers. Have a look at the ASCII table[^]. Notice anything? That's right, all the characters are human-readable. Now ask yourself this: if all ASCII characters are readable, what changes can your algorithm make that won't be easily noticed?

    Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

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

    Sir,my knowledge of software development is very limted.I am a novice in comparison with u.I know u know a lot more than me. Can you plse tell me will it be something new if i can do what i am claiming to do?

    P 1 Reply Last reply
    0
    • P Pallab_GT

      Sir,my knowledge of software development is very limted.I am a novice in comparison with u.I know u know a lot more than me. Can you plse tell me will it be something new if i can do what i am claiming to do?

      P Offline
      P Offline
      pmarfleet
      wrote on last edited by
      #29

      Pallab_GT wrote:

      Can you plse tell me will it be something new if i can do what i am claiming to do?

      Not only will it be new, it will be a miracle :rolleyes: Haven't you learned anything from this discussion? You want to hide data in a text file without making noticeable changes. I have demonstrated to you that any change you make to the file is noticeable. Therefore your objective is impossible.

      Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

      P 1 Reply Last reply
      0
      • C CPallini

        And what are the UNREADABLE CHARACTERS of a text file? I have to admit I know only a few tricks of software development :sigh: , but I'm striving to learn :rolleyes:

        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

        L Offline
        L Offline
        Luc Pattyn
        wrote on last edited by
        #30

        all the bytes between the logical end-of-file and the physical end-of-file is unreadable to the normal application associated with the file type. It can range up to an entire disk cluster (that is several sectors) without being noticed. :)

        Luc Pattyn [Forum Guidelines] [My Articles]


        This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


        C P 3 Replies Last reply
        0
        • L Luc Pattyn

          all the bytes between the logical end-of-file and the physical end-of-file is unreadable to the normal application associated with the file type. It can range up to an entire disk cluster (that is several sectors) without being noticed. :)

          Luc Pattyn [Forum Guidelines] [My Articles]


          This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


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

          No Sir...i am not using that approach.I am usin a very simple but effective approach.And using this approach...i am being able to hide the data in a text file without any change/replacement/distortion whatsoever in the readable/printable letters of the file and without changing the file size.

          1 Reply Last reply
          0
          • L Luc Pattyn

            all the bytes between the logical end-of-file and the physical end-of-file is unreadable to the normal application associated with the file type. It can range up to an entire disk cluster (that is several sectors) without being noticed. :)

            Luc Pattyn [Forum Guidelines] [My Articles]


            This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


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

            OK, now put your text file on a floppy or perhaps transfer file content on a network. :)

            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

              OK, now put your text file on a floppy or perhaps transfer file content on a network. :)

              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
              #33

              Tell me will it be something new if i can prove what i am claiming?

              C 1 Reply Last reply
              0
              • L Luc Pattyn

                all the bytes between the logical end-of-file and the physical end-of-file is unreadable to the normal application associated with the file type. It can range up to an entire disk cluster (that is several sectors) without being noticed. :)

                Luc Pattyn [Forum Guidelines] [My Articles]


                This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


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

                While you're listing a set of viable options (though in lost battle, IMHO), our friend keep talking about his occultism superpowers http://www.codeproject.com/script/Forums/View.aspx?fid=326859&msg=2474129[^]. :-D

                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

                  Tell me will it be something new if i can prove what i am claiming?

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

                  Pallab_GT wrote:

                  Tell me will it be something new if i can prove what i am claiming?

                  Do you need my approval?

                  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 B 2 Replies Last reply
                  0
                  • P Pallab_GT

                    Can you plse tell me...is it something new if i can hide data inside a text file without changing the fle size even by a single byte and without replacing/changing/distorting any of the readable/printable letters of the file

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

                    Ok, to make a long story short: I think, it's impossible. I think, all necessary was said by parmfleet. I think, it's a miracle (I don't believe in algorithm miracles). In this sense, yes it's new. Matthias

                    P 1 Reply Last reply
                    0
                    • C CPallini

                      Pallab_GT wrote:

                      Tell me will it be something new if i can prove what i am claiming?

                      Do you need my approval?

                      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
                      #37

                      Sir,My knowledge is very limited in compared to you.So i want to know if i can do what i am claiming...will it be something new?

                      1 Reply Last reply
                      0
                      • C CPallini

                        Pallab_GT wrote:

                        Tell me will it be something new if i can prove what i am claiming?

                        Do you need my approval?

                        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

                        B Offline
                        B Offline
                        BadKarma
                        wrote on last edited by
                        #38

                        Why don't you just tell that this would be indeed a first application and algorithm that would be capable of data hiding in the way he claims it to do?

                        codito ergo sum

                        P C 2 Replies Last reply
                        0
                        • P pmarfleet

                          Pallab_GT wrote:

                          Can you plse tell me will it be something new if i can do what i am claiming to do?

                          Not only will it be new, it will be a miracle :rolleyes: Haven't you learned anything from this discussion? You want to hide data in a text file without making noticeable changes. I have demonstrated to you that any change you make to the file is noticeable. Therefore your objective is impossible.

                          Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

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

                          Well Sir,if you comapare the text files(prior and post hiding data versions) bit by bit...there will be obviously some chages.But that change will have no impact whatsoever in any of the readable/printable letters of the file.Not even a single readable/printable letter will be changed/replaced or distorted.Plse note my emphasise on readable/printable letters.There will be some changes in the file in binary level.But,i say again that change in binary level will have no impact whatsoever in the readable/printable letters of the text file,the readable/printable letters will remain absolutely the same as they were before hiding the data.And the size of the file will also remain absolutely unchanged.The size will not change even by a single byte. Will you still consider it a miracle?

                          B 1 Reply Last reply
                          0
                          • P Pallab_GT

                            Well Sir,if you comapare the text files(prior and post hiding data versions) bit by bit...there will be obviously some chages.But that change will have no impact whatsoever in any of the readable/printable letters of the file.Not even a single readable/printable letter will be changed/replaced or distorted.Plse note my emphasise on readable/printable letters.There will be some changes in the file in binary level.But,i say again that change in binary level will have no impact whatsoever in the readable/printable letters of the text file,the readable/printable letters will remain absolutely the same as they were before hiding the data.And the size of the file will also remain absolutely unchanged.The size will not change even by a single byte. Will you still consider it a miracle?

                            B Offline
                            B Offline
                            BadKarma
                            wrote on last edited by
                            #40

                            What do yo mean with. The file will change on a binary level.? And how wouldn't that have an impact on the readable Text portion of the file?

                            codito ergo sum

                            P 1 Reply Last reply
                            0
                            • M mabo42

                              Ok, to make a long story short: I think, it's impossible. I think, all necessary was said by parmfleet. I think, it's a miracle (I don't believe in algorithm miracles). In this sense, yes it's new. Matthias

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

                              Well Sir,if you comapare the text files(prior and post hiding data versions) bit by bit...there will be obviously some chages.But that change will have no impact whatsoever in any of the readable/printable letters of the file.Not even a single readable/printable letter will be changed/replaced or distorted.Plse note my emphasise on readable/printable letters.There will be some changes in the file in binary level.But,i say again that change in binary level will have no impact whatsoever in the readable/printable letters of the text file,the readable/printable letters will remain absolutely the same as they were before hiding the data.And the size of the file will also remain absolutely unchanged.The size will not change even by a single byte. Considering the above...do u really think it's impossible?

                              M 1 Reply Last reply
                              0
                              • B BadKarma

                                Why don't you just tell that this would be indeed a first application and algorithm that would be capable of data hiding in the way he claims it to do?

                                codito ergo sum

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

                                Well Sir,if you comapare the text files(prior and post hiding data versions) bit by bit...there will be obviously some chages.But that change will have no impact whatsoever in any of the readable/printable letters of the file.Not even a single readable/printable letter will be changed/replaced or distorted.Plse note my emphasise on readable/printable letters.There will be some changes in the file in binary level.But,i say again that change in binary level will have no impact whatsoever in the readable/printable letters of the text file,the readable/printable letters will remain absolutely the same as they were before hiding the data.And the size of the file will also remain absolutely unchanged.The size will not change even by a single byte. Considering the above...do u still think its impossible? Sir,does it really matter if somebody tells me something because of my persistance?The question is if i can honour what i am saying? I know very little about software development and i sincerely consider you people far more learned than me.That why i am just asking u people if this techniq has already been implemented the way i am claiming it.

                                B C D 3 Replies Last reply
                                0
                                • B BadKarma

                                  What do yo mean with. The file will change on a binary level.? And how wouldn't that have an impact on the readable Text portion of the file?

                                  codito ergo sum

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

                                  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 1 Reply Last reply
                                  0
                                  • P Pallab_GT

                                    Well Sir,if you comapare the text files(prior and post hiding data versions) bit by bit...there will be obviously some chages.But that change will have no impact whatsoever in any of the readable/printable letters of the file.Not even a single readable/printable letter will be changed/replaced or distorted.Plse note my emphasise on readable/printable letters.There will be some changes in the file in binary level.But,i say again that change in binary level will have no impact whatsoever in the readable/printable letters of the text file,the readable/printable letters will remain absolutely the same as they were before hiding the data.And the size of the file will also remain absolutely unchanged.The size will not change even by a single byte. Considering the above...do u still think its impossible? Sir,does it really matter if somebody tells me something because of my persistance?The question is if i can honour what i am saying? I know very little about software development and i sincerely consider you people far more learned than me.That why i am just asking u people if this techniq has already been implemented the way i am claiming it.

                                    B Offline
                                    B Offline
                                    BadKarma
                                    wrote on last edited by
                                    #44

                                    No, the technique the way you are claiming it, doesn't yet exist, because until now people didn't think is was possible. So you would be the first to create this algorithm.

                                    codito ergo sum

                                    1 Reply Last reply
                                    0
                                    • P Pallab_GT

                                      Well Sir,if you comapare the text files(prior and post hiding data versions) bit by bit...there will be obviously some chages.But that change will have no impact whatsoever in any of the readable/printable letters of the file.Not even a single readable/printable letter will be changed/replaced or distorted.Plse note my emphasise on readable/printable letters.There will be some changes in the file in binary level.But,i say again that change in binary level will have no impact whatsoever in the readable/printable letters of the text file,the readable/printable letters will remain absolutely the same as they were before hiding the data.And the size of the file will also remain absolutely unchanged.The size will not change even by a single byte. Considering the above...do u really think it's impossible?

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

                                      Ok, so you change the text file at bit-level, of cource you can use this to "hide data". But consinder, text files are interpreted by editors (programs). Any editor may / may not react to your changes, and EVERY hex-editor / binary compare tool will notice the differences. So the changes are not hidden, and the whole secret is based on your algorithm (of coding your data into bit-changes). Therefore it's not a secret at all. Matthias

                                      P 1 Reply Last reply
                                      0
                                      • B BadKarma

                                        Why don't you just tell that this would be indeed a first application and algorithm that would be capable of data hiding in the way he claims it to do?

                                        codito ergo sum

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

                                        So, do you think he needs my approval?

                                        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

                                          Well Sir,if you comapare the text files(prior and post hiding data versions) bit by bit...there will be obviously some chages.But that change will have no impact whatsoever in any of the readable/printable letters of the file.Not even a single readable/printable letter will be changed/replaced or distorted.Plse note my emphasise on readable/printable letters.There will be some changes in the file in binary level.But,i say again that change in binary level will have no impact whatsoever in the readable/printable letters of the text file,the readable/printable letters will remain absolutely the same as they were before hiding the data.And the size of the file will also remain absolutely unchanged.The size will not change even by a single byte. Considering the above...do u still think its impossible? Sir,does it really matter if somebody tells me something because of my persistance?The question is if i can honour what i am saying? I know very little about software development and i sincerely consider you people far more learned than me.That why i am just asking u people if this techniq has already been implemented the way i am claiming it.

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

                                          I think we're beating a dead horse. The purpose of this thread is becoming a useless increasing of the poor Mathematics and Algorithms forum. I don't bother if your technique is new or old. I'm just wondering if your algo is able to accomplish the task (the way you claimed) or not. Now, IMHO there are the following alternatives:

                                          (1) You want to keep your algo secret.And you don't want to give any
                                          evidence of its results.
                                          (2) You want to keep your algo secret, But you want to give some evidence
                                          of the results.
                                          (3) You don't want to keep it secret.

                                          Under (1) hypothesys, we should stop to beat the horse. Under (2) one, you can provide us a text file with hidden info inside and the original file (without the hidden info inside). Under (3) hypothesys, you may tell us about you prodigious algo or even write an article on the argument. BTW I can't give you a prize for the innovative idea, It is not my role. :)

                                          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
                                          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