The base64 online decoding tool provides base64 encoding,base64 online decoding,base64 encryption and decryption, Base64 encryption of strings, and display of encrypted Base64 online decoding and decrypting as plain text. Base64 is a common online encryption algorithm. When solving Chinese garbled characters, encoding Chinese characters in different ways can effectively avoid Chinese garbled characters. This site will not record any information about you, please feel free to use.
1
kkk9 Sep 13, 2023
这是把 V2 当 SEO 啊 >w<
|
2
clandyuki Sep 14, 2023
不是,这直接调用 btoa atob 不就行了吗😂
|
3
vvhy Sep 14, 2023
浏览器小书签 data:text/html,<input oninput='nextSibling.value=btoa(value)'><input oninput='previousSibling.value=atob(value)'>
|
5
freekindom Sep 18, 2023
@codehz
data:text/html,<input oninput='this.nextSibling.value=btoa(unescape(encodeURIComponent(this.value)))'><input oninput='this.previousSibling.value=decodeURIComponent(escape(atob(this.value)))'> |