V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
natforum
V2EX  ›  问与答

有没有网页版离线的 base64 解密工具

  •  
  •   natforum · 2020-07-07 16:34:53 +08:00 · 2205 次点击
    这是一个创建于 1386 天前的主题,其中的信息可能已经有所发展或是发生改变。
    我发现现在很多网上的都需要联网,然后人家有没有记录你的数据你也不知道,个人隐私容易泄露,我觉得搞个离线版的,就浏览器执行就行,不需要向服务器发送数据的有吗
    14 条回复    2021-03-25 17:55:11 +08:00
    heiheidewo
        1
    heiheidewo  
       2020-07-07 16:37:11 +08:00
    不都是在前端解码么,你发一个在后台解码 base64 的网站出来看看
    natforum
        2
    natforum  
    OP
       2020-07-07 16:44:34 +08:00
    @heiheidewo 我把本地网络连接断开了就出错了,随便一个网站都是
    shenlanAZ
        3
    shenlanAZ  
       2020-07-07 16:45:28 +08:00   ❤️ 1
    @heiheidewo tool.chinaz.com|Tools|Base64 。aspx 我最常用的这个就是的..
    jevonszmx
        4
    jevonszmx  
       2020-07-07 16:49:07 +08:00   ❤️ 1
    可以参考我的这个小工具,因为不想每次打开网页用小工具,所以用 Electron 封装了一下搞了一个简单的客户端(我是 mac,win 没测试),里面有 base64 。
    https://github.com/jevonszmx/webtool
    xiangyuecn
        5
    xiangyuecn  
       2020-07-07 16:49:14 +08:00   ❤️ 1
    btoa(unescape(encodeURIComponent("好大啊.")))

    decodeURIComponent(escape(atob("5aW95aSn5ZWKLg==")))
    whypool
        6
    whypool  
       2020-07-07 16:49:57 +08:00   ❤️ 2
    chrome devtool ->console->atob() 解 base64
    minami
        7
    minami  
       2020-07-07 16:53:21 +08:00   ❤️ 1
    chrome 商店找个离线扩展不就行了
    tt0411
        9
    tt0411  
       2020-07-07 16:59:02 +08:00
    用命令行不是最快的吗
    natforum
        10
    natforum  
    OP
       2020-07-07 17:00:10 +08:00
    @dun 这个脚本很好用
    eGlhb2Jhb2Jhbw
        11
    eGlhb2Jhb2Jhbw  
       2020-07-07 17:04:22 +08:00
    ➜ echo "hello world" | base64
    aGVsbG8gd29ybGQK
    eGlhb2Jhb2Jhbw
        12
    eGlhb2Jhb2Jhbw  
       2020-07-07 17:04:40 +08:00
    @eGlhb2Jhb2Jhbw #11
    ➜ echo "aGVsbG8gd29ybGQK" | base64 -D
    hello world
    heiheidewo
        13
    heiheidewo  
       2020-07-07 17:11:56 +08:00
    @natforum 是不是刷新网页了?没网的时候前端不能执行 JS 代码么
    fengzy1024
        14
    fengzy1024  
       2021-03-25 17:55:11 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5766 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 02:31 · PVG 10:31 · LAX 19:31 · JFK 22:31
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.