Community
    • Login

    EDITING FILES

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    8 Posts 6 Posters 124 Views
    Loading More Posts
    • 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.
    • Рома СмирновР
      Рома Смирнов
      last edited by

      Hello. Help me with my file. How to convert it to readable. I use your great program, but I lack skills. ThanksСнимок экрана (2).png Снимок экрана (8).png Снимок экрана (11).png

      CoisesC L 2 Replies Last reply Reply Quote 0
      • Mark OlsonM
        Mark Olson
        last edited by

        @Рома-Смирнов

        There are two possibilities as far as I can see:

        1. This is a text document, but in an encoding that Notepad++ does not recognize.
        2. This is not a text document at all, but a binary file. Maybe there is some program that can convert it into a human-readable format (probably JSON based on the file extension).

        Nobody in this forum can tell you what the problem is based on the information you’ve provided. You will need to consult with someone who’s familiar with how this file was generated.

        1 Reply Last reply Reply Quote 3
        • CoisesC
          Coises @Рома Смирнов
          last edited by

          @Рома-Смирнов

          Is it possible that your file is encrypted?

          If so, you’ll have to determine how it was encrypted and decrypt it first, before Notepad++ or anything else can use it.

          Рома СмирновР 1 Reply Last reply Reply Quote 5
          • Рома СмирновР
            Рома Смирнов @Coises
            last edited by

            @Coises
            Hello. Tell me how to recognize the encryption method, is there any tip or suggestion. Thanks for the answer

            CoisesC mkupperM 2 Replies Last reply Reply Quote 0
            • CoisesC
              Coises @Рома Смирнов
              last edited by

              @Рома-Смирнов said in EDITING FILES:

              @Coises
              Hello. Tell me how to recognize the encryption method, is there any tip or suggestion. Thanks for the answer

              I’m sorry, but I have no idea.

              If you don’t know yourself what software and what encryption key you would have used, you would likely have to ask that question in security forums or hacking/cracking forums to get a useful answer.

              1 Reply Last reply Reply Quote 3
              • mkupperM
                mkupper @Рома Смирнов
                last edited by

                @Рома-Смирнов said in EDITING FILES:

                @Coises
                Hello. Tell me how to recognize the encryption method, is there any tip or suggestion. Thanks for the answer

                Notepad++ does not have a way to recognize the encryption method and to decrypt them. You can’t use Notepad++ to deal with the file.

                Try Google for wallet.json to get an idea of what you are supposed to do with those files.

                1 Reply Last reply Reply Quote 3
                • L
                  LanceMarchetti @Рома Смирнов
                  last edited by

                  @Рома-Смирнов Your file has a .json extension, but it’s been ‘packed’. Developers sometimes bundle static files such as JSON configurations inside an executable. This is often done by serializing and compressing the JSON into a binary blob embedded within the PE file. Tools like PyInstaller can package Python programs and their data files (including JSON) into a single executable.

                  If you open such an executable with a text editor like Notepad++ expecting to see JSON, you will instead see binary data because the JSON is packed inside the executable’s binary sections. This is not the JSON file itself but an executable containing the JSON data internally.

                  Modifying a JSON file embedded inside an executable is generally not straightforward or recommended. Executables are not designed to be edited like text files, and changing embedded data can cause the executable to break or crash.

                  There are libraries and tools to parse PE files and extract embedded resources or sections, which might allow you to extract or inspect the embedded JSON data.

                  Good Luck :)

                  PeterJonesP 1 Reply Last reply Reply Quote 2
                  • PeterJonesP
                    PeterJones @LanceMarchetti
                    last edited by PeterJones

                    @Рома-Смирнов ,

                    When I followed @mkupper’s suggestion of searching the internet for your filename, I was able to see that the name wallet.json is often used for the storing secrets or backups for things like banking apps or for backing up your blockchain wallets – and that the latter often have encryption mechanisms built into their apps for encoding/decoding (because you really don’t want your blockchain secret key to be visible to anyone with a text editor), so it wouldn’t surprise me if the former kind of app did something similar. You should read the documentation for whatever app/blockchain you are using, to see how to read/decrypt those files. But in general, it’s doubtful that the intention is for them to ever be human-readable. (And, IMO, they should not be abusing the JSON file extension by claiming their files are JSON if they are, in fact, encrypted and not plain-text JSON; but this parenthetical is just my opinion.)

                    And if you are trying to get us to help you decrypt someone else’s online wallet, please understand: doing so, or us helping you do so, is highly illegal in all jurisdictions I have ever heard of, and immoral no matter what jurisdiction you are in. If instructions were ever posted here on how to help someone break into an encrypted wallet, they would be deleted/purged immediately, and the person posting those instructions would be banned permanently from this Forum.

                    1 Reply Last reply Reply Quote 4
                    • First post
                      Last post
                    The Community of users of the Notepad++ text editor.
                    Powered by NodeBB | Contributors