Solve this cipher puzzle
$begingroup$
PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
This is a cipher that cannot figure out. It's probably a url but it doesn't look like one. I'm thinking its a math problem or something?
cipher enigmatic-puzzle
New contributor
$endgroup$
add a comment |
$begingroup$
PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
This is a cipher that cannot figure out. It's probably a url but it doesn't look like one. I'm thinking its a math problem or something?
cipher enigmatic-puzzle
New contributor
$endgroup$
$begingroup$
Can you give context please. Where did you find this?
$endgroup$
– Adam
5 hours ago
$begingroup$
Looks like base64 encoding. Decoding it gives<leQm 0{OK
. Not sure what that means.
$endgroup$
– Phlarx
5 hours ago
$begingroup$
From a simple search online it appears that this code is from the "Im Poppy" girl on youtube. Even although it is mysterious you should reference the original source, it is a standard on this exchange
$endgroup$
– Adam
4 hours ago
add a comment |
$begingroup$
PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
This is a cipher that cannot figure out. It's probably a url but it doesn't look like one. I'm thinking its a math problem or something?
cipher enigmatic-puzzle
New contributor
$endgroup$
PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
This is a cipher that cannot figure out. It's probably a url but it doesn't look like one. I'm thinking its a math problem or something?
cipher enigmatic-puzzle
cipher enigmatic-puzzle
New contributor
New contributor
edited 6 mins ago
Riddler
60914
60914
New contributor
asked 5 hours ago
tomtom
1
1
New contributor
New contributor
$begingroup$
Can you give context please. Where did you find this?
$endgroup$
– Adam
5 hours ago
$begingroup$
Looks like base64 encoding. Decoding it gives<leQm 0{OK
. Not sure what that means.
$endgroup$
– Phlarx
5 hours ago
$begingroup$
From a simple search online it appears that this code is from the "Im Poppy" girl on youtube. Even although it is mysterious you should reference the original source, it is a standard on this exchange
$endgroup$
– Adam
4 hours ago
add a comment |
$begingroup$
Can you give context please. Where did you find this?
$endgroup$
– Adam
5 hours ago
$begingroup$
Looks like base64 encoding. Decoding it gives<leQm 0{OK
. Not sure what that means.
$endgroup$
– Phlarx
5 hours ago
$begingroup$
From a simple search online it appears that this code is from the "Im Poppy" girl on youtube. Even although it is mysterious you should reference the original source, it is a standard on this exchange
$endgroup$
– Adam
4 hours ago
$begingroup$
Can you give context please. Where did you find this?
$endgroup$
– Adam
5 hours ago
$begingroup$
Can you give context please. Where did you find this?
$endgroup$
– Adam
5 hours ago
$begingroup$
Looks like base64 encoding. Decoding it gives
<leQm 0{OK
. Not sure what that means.$endgroup$
– Phlarx
5 hours ago
$begingroup$
Looks like base64 encoding. Decoding it gives
<leQm 0{OK
. Not sure what that means.$endgroup$
– Phlarx
5 hours ago
$begingroup$
From a simple search online it appears that this code is from the "Im Poppy" girl on youtube. Even although it is mysterious you should reference the original source, it is a standard on this exchange
$endgroup$
– Adam
4 hours ago
$begingroup$
From a simple search online it appears that this code is from the "Im Poppy" girl on youtube. Even although it is mysterious you should reference the original source, it is a standard on this exchange
$endgroup$
– Adam
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
As a coder as well, this is definitely a Base64 encoded string. From your original: PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
, see as follows:
Unfortunately, this string is probably not the entire source.
However, one decoder output this particular string. Oddly enough, this particular string is largely in Chinese:
<溬ޥQmё摭匿밻يϋᓳ泠က
Problem with the above output is that it is mixed with code, so it is probably a fluke, and the original Base64 string is probably really a portion of html code. Anyhow, let's proceed as if this were the cipher, since it is what is directly output from it.
First of all, the last square is caused by an error in unicode format meaning the page cannot read that particular unicode format. At least, not in my current version of Chrome browser.
Fortunately, a unicode character search still can translate the letter to a readable format. Thus, behind this square is actually the unicode character Myanmar Letter Ka. Myanmar is the language of Burmese. "ka" can mean "to block".
The transliteration of the above Chinese characters is as follows:
< Qiāng ޥ Qmë zhí nìbaelbyüᓳ líng ka
Chinese to English translation would make part of the above code:
Qiāng = "strong" (among other potential meanings)
líng = "zero"
zhí nìbaelbyüᓳ (摭匿) = "picks up to conceal"
< Strong ޥ Qmё picks up to conceal zero [to block]
ޥ is the Maldivian letter Thaana Letter Waavu
Therefore we now have:
< Strong thaana Qmё picks up to conceal zero [to block]
For thaana
, while I don't have a direct translation it may be derived from thana
, which means police station. However, since across languages words may be similar but change slightly in meaning, we could consider it to mean "enforce".
Let's work on the rest:
< Strong enforce Qmё picks up to conceal zero [to block]
This leaves us with two more. <
and Qmё
.
<
can mean "less than".
Unfortunately, Qmё
is untranslatable. A google search discovers several pages with this Qmё
in between some Chinese code. Therefore, it is probably a browser base translation issue with regards to Chinese characters. Therefore, it can probably be left out safely as it may have no human meaning, only a meaning to computers.
Therefore, our end result is as follows:
[Less than] strong enforce picks up to conceal zero [to block]
Finally, considering that direct translations sometimes are worded oddly, let's convert this into an English sentence that makes sense:
Let's make less-than-strong
to mean minimal
, one possible grammatical way of more properly saying the same. Add in some implied words like "there is" and "from you" (implications often left out in eastern languages).
This brings us to the following, formatting for the best possible grammar:
There is a minimal enforcement which is used to conceal and block nothing from you.
So there you have it! It seems that nothing is in that code after all, for that's exactly what it says.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "559"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
tom is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f79659%2fsolve-this-cipher-puzzle%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
As a coder as well, this is definitely a Base64 encoded string. From your original: PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
, see as follows:
Unfortunately, this string is probably not the entire source.
However, one decoder output this particular string. Oddly enough, this particular string is largely in Chinese:
<溬ޥQmё摭匿밻يϋᓳ泠က
Problem with the above output is that it is mixed with code, so it is probably a fluke, and the original Base64 string is probably really a portion of html code. Anyhow, let's proceed as if this were the cipher, since it is what is directly output from it.
First of all, the last square is caused by an error in unicode format meaning the page cannot read that particular unicode format. At least, not in my current version of Chrome browser.
Fortunately, a unicode character search still can translate the letter to a readable format. Thus, behind this square is actually the unicode character Myanmar Letter Ka. Myanmar is the language of Burmese. "ka" can mean "to block".
The transliteration of the above Chinese characters is as follows:
< Qiāng ޥ Qmë zhí nìbaelbyüᓳ líng ka
Chinese to English translation would make part of the above code:
Qiāng = "strong" (among other potential meanings)
líng = "zero"
zhí nìbaelbyüᓳ (摭匿) = "picks up to conceal"
< Strong ޥ Qmё picks up to conceal zero [to block]
ޥ is the Maldivian letter Thaana Letter Waavu
Therefore we now have:
< Strong thaana Qmё picks up to conceal zero [to block]
For thaana
, while I don't have a direct translation it may be derived from thana
, which means police station. However, since across languages words may be similar but change slightly in meaning, we could consider it to mean "enforce".
Let's work on the rest:
< Strong enforce Qmё picks up to conceal zero [to block]
This leaves us with two more. <
and Qmё
.
<
can mean "less than".
Unfortunately, Qmё
is untranslatable. A google search discovers several pages with this Qmё
in between some Chinese code. Therefore, it is probably a browser base translation issue with regards to Chinese characters. Therefore, it can probably be left out safely as it may have no human meaning, only a meaning to computers.
Therefore, our end result is as follows:
[Less than] strong enforce picks up to conceal zero [to block]
Finally, considering that direct translations sometimes are worded oddly, let's convert this into an English sentence that makes sense:
Let's make less-than-strong
to mean minimal
, one possible grammatical way of more properly saying the same. Add in some implied words like "there is" and "from you" (implications often left out in eastern languages).
This brings us to the following, formatting for the best possible grammar:
There is a minimal enforcement which is used to conceal and block nothing from you.
So there you have it! It seems that nothing is in that code after all, for that's exactly what it says.
$endgroup$
add a comment |
$begingroup$
As a coder as well, this is definitely a Base64 encoded string. From your original: PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
, see as follows:
Unfortunately, this string is probably not the entire source.
However, one decoder output this particular string. Oddly enough, this particular string is largely in Chinese:
<溬ޥQmё摭匿밻يϋᓳ泠က
Problem with the above output is that it is mixed with code, so it is probably a fluke, and the original Base64 string is probably really a portion of html code. Anyhow, let's proceed as if this were the cipher, since it is what is directly output from it.
First of all, the last square is caused by an error in unicode format meaning the page cannot read that particular unicode format. At least, not in my current version of Chrome browser.
Fortunately, a unicode character search still can translate the letter to a readable format. Thus, behind this square is actually the unicode character Myanmar Letter Ka. Myanmar is the language of Burmese. "ka" can mean "to block".
The transliteration of the above Chinese characters is as follows:
< Qiāng ޥ Qmë zhí nìbaelbyüᓳ líng ka
Chinese to English translation would make part of the above code:
Qiāng = "strong" (among other potential meanings)
líng = "zero"
zhí nìbaelbyüᓳ (摭匿) = "picks up to conceal"
< Strong ޥ Qmё picks up to conceal zero [to block]
ޥ is the Maldivian letter Thaana Letter Waavu
Therefore we now have:
< Strong thaana Qmё picks up to conceal zero [to block]
For thaana
, while I don't have a direct translation it may be derived from thana
, which means police station. However, since across languages words may be similar but change slightly in meaning, we could consider it to mean "enforce".
Let's work on the rest:
< Strong enforce Qmё picks up to conceal zero [to block]
This leaves us with two more. <
and Qmё
.
<
can mean "less than".
Unfortunately, Qmё
is untranslatable. A google search discovers several pages with this Qmё
in between some Chinese code. Therefore, it is probably a browser base translation issue with regards to Chinese characters. Therefore, it can probably be left out safely as it may have no human meaning, only a meaning to computers.
Therefore, our end result is as follows:
[Less than] strong enforce picks up to conceal zero [to block]
Finally, considering that direct translations sometimes are worded oddly, let's convert this into an English sentence that makes sense:
Let's make less-than-strong
to mean minimal
, one possible grammatical way of more properly saying the same. Add in some implied words like "there is" and "from you" (implications often left out in eastern languages).
This brings us to the following, formatting for the best possible grammar:
There is a minimal enforcement which is used to conceal and block nothing from you.
So there you have it! It seems that nothing is in that code after all, for that's exactly what it says.
$endgroup$
add a comment |
$begingroup$
As a coder as well, this is definitely a Base64 encoded string. From your original: PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
, see as follows:
Unfortunately, this string is probably not the entire source.
However, one decoder output this particular string. Oddly enough, this particular string is largely in Chinese:
<溬ޥQmё摭匿밻يϋᓳ泠က
Problem with the above output is that it is mixed with code, so it is probably a fluke, and the original Base64 string is probably really a portion of html code. Anyhow, let's proceed as if this were the cipher, since it is what is directly output from it.
First of all, the last square is caused by an error in unicode format meaning the page cannot read that particular unicode format. At least, not in my current version of Chrome browser.
Fortunately, a unicode character search still can translate the letter to a readable format. Thus, behind this square is actually the unicode character Myanmar Letter Ka. Myanmar is the language of Burmese. "ka" can mean "to block".
The transliteration of the above Chinese characters is as follows:
< Qiāng ޥ Qmë zhí nìbaelbyüᓳ líng ka
Chinese to English translation would make part of the above code:
Qiāng = "strong" (among other potential meanings)
líng = "zero"
zhí nìbaelbyüᓳ (摭匿) = "picks up to conceal"
< Strong ޥ Qmё picks up to conceal zero [to block]
ޥ is the Maldivian letter Thaana Letter Waavu
Therefore we now have:
< Strong thaana Qmё picks up to conceal zero [to block]
For thaana
, while I don't have a direct translation it may be derived from thana
, which means police station. However, since across languages words may be similar but change slightly in meaning, we could consider it to mean "enforce".
Let's work on the rest:
< Strong enforce Qmё picks up to conceal zero [to block]
This leaves us with two more. <
and Qmё
.
<
can mean "less than".
Unfortunately, Qmё
is untranslatable. A google search discovers several pages with this Qmё
in between some Chinese code. Therefore, it is probably a browser base translation issue with regards to Chinese characters. Therefore, it can probably be left out safely as it may have no human meaning, only a meaning to computers.
Therefore, our end result is as follows:
[Less than] strong enforce picks up to conceal zero [to block]
Finally, considering that direct translations sometimes are worded oddly, let's convert this into an English sentence that makes sense:
Let's make less-than-strong
to mean minimal
, one possible grammatical way of more properly saying the same. Add in some implied words like "there is" and "from you" (implications often left out in eastern languages).
This brings us to the following, formatting for the best possible grammar:
There is a minimal enforcement which is used to conceal and block nothing from you.
So there you have it! It seems that nothing is in that code after all, for that's exactly what it says.
$endgroup$
As a coder as well, this is definitely a Base64 encoded string. From your original: PJb6bN5lUW3R0ZbRrfWMf4swe6CZyqBPS4GT8+bzoLE=
, see as follows:
Unfortunately, this string is probably not the entire source.
However, one decoder output this particular string. Oddly enough, this particular string is largely in Chinese:
<溬ޥQmё摭匿밻يϋᓳ泠က
Problem with the above output is that it is mixed with code, so it is probably a fluke, and the original Base64 string is probably really a portion of html code. Anyhow, let's proceed as if this were the cipher, since it is what is directly output from it.
First of all, the last square is caused by an error in unicode format meaning the page cannot read that particular unicode format. At least, not in my current version of Chrome browser.
Fortunately, a unicode character search still can translate the letter to a readable format. Thus, behind this square is actually the unicode character Myanmar Letter Ka. Myanmar is the language of Burmese. "ka" can mean "to block".
The transliteration of the above Chinese characters is as follows:
< Qiāng ޥ Qmë zhí nìbaelbyüᓳ líng ka
Chinese to English translation would make part of the above code:
Qiāng = "strong" (among other potential meanings)
líng = "zero"
zhí nìbaelbyüᓳ (摭匿) = "picks up to conceal"
< Strong ޥ Qmё picks up to conceal zero [to block]
ޥ is the Maldivian letter Thaana Letter Waavu
Therefore we now have:
< Strong thaana Qmё picks up to conceal zero [to block]
For thaana
, while I don't have a direct translation it may be derived from thana
, which means police station. However, since across languages words may be similar but change slightly in meaning, we could consider it to mean "enforce".
Let's work on the rest:
< Strong enforce Qmё picks up to conceal zero [to block]
This leaves us with two more. <
and Qmё
.
<
can mean "less than".
Unfortunately, Qmё
is untranslatable. A google search discovers several pages with this Qmё
in between some Chinese code. Therefore, it is probably a browser base translation issue with regards to Chinese characters. Therefore, it can probably be left out safely as it may have no human meaning, only a meaning to computers.
Therefore, our end result is as follows:
[Less than] strong enforce picks up to conceal zero [to block]
Finally, considering that direct translations sometimes are worded oddly, let's convert this into an English sentence that makes sense:
Let's make less-than-strong
to mean minimal
, one possible grammatical way of more properly saying the same. Add in some implied words like "there is" and "from you" (implications often left out in eastern languages).
This brings us to the following, formatting for the best possible grammar:
There is a minimal enforcement which is used to conceal and block nothing from you.
So there you have it! It seems that nothing is in that code after all, for that's exactly what it says.
edited 39 mins ago
answered 45 mins ago
RiddlerRiddler
60914
60914
add a comment |
add a comment |
tom is a new contributor. Be nice, and check out our Code of Conduct.
tom is a new contributor. Be nice, and check out our Code of Conduct.
tom is a new contributor. Be nice, and check out our Code of Conduct.
tom is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Puzzling Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f79659%2fsolve-this-cipher-puzzle%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Can you give context please. Where did you find this?
$endgroup$
– Adam
5 hours ago
$begingroup$
Looks like base64 encoding. Decoding it gives
<leQm 0{OK
. Not sure what that means.$endgroup$
– Phlarx
5 hours ago
$begingroup$
From a simple search online it appears that this code is from the "Im Poppy" girl on youtube. Even although it is mysterious you should reference the original source, it is a standard on this exchange
$endgroup$
– Adam
4 hours ago