[Base64 解码工具] 英文版,基于 js+html 技术开发

2023-09-13 21:08:41 +08:00
 lovezww2011

Click to preview

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.

2369 次点击
所在节点    分享创造
5 条回复
kkk9
2023-09-13 22:18:09 +08:00
这是把 V2 当 SEO 啊 >w<
clandyuki
2023-09-14 16:31:59 +08:00
不是,这直接调用 btoa atob 不就行了吗😂
vvhy
2023-09-14 23:23:39 +08:00
浏览器小书签 data:text/html,<input oninput='nextSibling.value=btoa(value)'><input oninput='previousSibling.value=atob(value)'>
codehz
2023-09-16 17:31:23 +08:00
@clandyuki btoa 不能支持中文(
freekindom
2023-09-18 15:59:54 +08:00
@codehz
data:text/html,<input oninput='this.nextSibling.value=btoa(unescape(encodeURIComponent(this.value)))'><input oninput='this.previousSibling.value=decodeURIComponent(escape(atob(this.value)))'>

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/973522

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX