V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
lovezww2011
V2EX  ›  分享创造

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

  •  
  •   lovezww2011 ·
    geeeeeeeek · 227 天前 · 2214 次点击
    这是一个创建于 227 天前的主题,其中的信息可能已经有所发展或是发生改变。

    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.

    5 条回复    2023-09-18 15:59:54 +08:00
    kkk9
        1
    kkk9  
       227 天前
    这是把 V2 当 SEO 啊 >w<
    clandyuki
        2
    clandyuki  
       226 天前
    不是,这直接调用 btoa atob 不就行了吗😂
    vvhy
        3
    vvhy  
       226 天前
    浏览器小书签 data:text/html,<input oninput='nextSibling.value=btoa(value)'><input oninput='previousSibling.value=atob(value)'>
    codehz
        4
    codehz  
       224 天前
    @clandyuki btoa 不能支持中文(
    freekindom
        5
    freekindom  
       222 天前
    @codehz
    data:text/html,<input oninput='this.nextSibling.value=btoa(unescape(encodeURIComponent(this.value)))'><input oninput='this.previousSibling.value=decodeURIComponent(escape(atob(this.value)))'>
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2539 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 15:53 · PVG 23:53 · LAX 08:53 · JFK 11:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.